Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/editors/io/CMakeLists.txt')
-rw-r--r--source/blender/editors/io/CMakeLists.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/source/blender/editors/io/CMakeLists.txt b/source/blender/editors/io/CMakeLists.txt
index 1aa6de534c4..6e3e111739c 100644
--- a/source/blender/editors/io/CMakeLists.txt
+++ b/source/blender/editors/io/CMakeLists.txt
@@ -47,13 +47,21 @@ set(SRC
)
set(LIB
+ bf_blenkernel
+ bf_blenlib
)
if(WITH_OPENCOLLADA)
+ list(APPEND LIB
+ bf_collada
+ )
add_definitions(-DWITH_COLLADA)
endif()
if(WITH_ALEMBIC)
+ list(APPEND LIB
+ bf_alembic
+ )
add_definitions(-DWITH_ALEMBIC)
if(WITH_ALEMBIC_HDF5)