Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/io/CMakeLists.txt
| Context not available. | |||||
| ../../makesrna | ../../makesrna | ||||
| ../../windowmanager | ../../windowmanager | ||||
| ../../../../intern/guardedalloc | ../../../../intern/guardedalloc | ||||
| ../../../../extern/opennurbs | |||||
| ../../../../extern/tspline/newmat | |||||
| ../../../../extern/tspline/source | |||||
| ) | ) | ||||
| set(INC_SYS | set(INC_SYS | ||||
| ${ZLIB_INCLUDE_DIRS} | |||||
| ) | ) | ||||
| set(SRC | set(SRC | ||||
| Context not available. | |||||
| io_collada.c | io_collada.c | ||||
| io_ops.c | io_ops.c | ||||
| io_usd.c | io_usd.c | ||||
| io_rhino_export.cpp | |||||
| io_rhino_import.cpp | |||||
| io_tspline.cpp | |||||
| io_alembic.h | io_alembic.h | ||||
| io_cache.h | io_cache.h | ||||
| io_collada.h | io_collada.h | ||||
| io_ops.h | io_ops.h | ||||
| io_usd.h | io_usd.h | ||||
| io_rhino_export.h | |||||
| io_rhino_import.h | |||||
| io_tspline.h | |||||
| ) | ) | ||||
| set(LIB | set(LIB | ||||
| bf_blenkernel | bf_blenkernel | ||||
| bf_blenlib | bf_blenlib | ||||
| extern_opennurbs | |||||
| rpcrt4 | |||||
| extern_TS_mlib | |||||
| extern_tspline | |||||
| ) | ) | ||||
| if(WITH_OPENCOLLADA) | if(WITH_OPENCOLLADA) | ||||
| Context not available. | |||||