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:
authorGaia Clary <gaia.clary@machinimatrix.org>2012-06-18 04:27:30 +0400
committerGaia Clary <gaia.clary@machinimatrix.org>2012-06-18 04:27:30 +0400
commit3ef74070c9995ad104712eed388f765f6cd10716 (patch)
treeecbf84449a77e3c18616e930ee248a341c35c2a2 /source/blender/editors/io/CMakeLists.txt
parent03b3468635b35ad1c98209d276ff55d4f8773d2c (diff)
Collada: fix for building without collada
Diffstat (limited to 'source/blender/editors/io/CMakeLists.txt')
-rwxr-xr-xsource/blender/editors/io/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/editors/io/CMakeLists.txt b/source/blender/editors/io/CMakeLists.txt
index 49aec609379..ceefb7f8a47 100755
--- a/source/blender/editors/io/CMakeLists.txt
+++ b/source/blender/editors/io/CMakeLists.txt
@@ -39,4 +39,8 @@ set(SRC
io_ops.h
)
+if(WITH_OPENCOLLADA)
+ add_definitions(-DWITH_COLLADA)
+endif()
+
blender_add_lib(bf_editor_io "${SRC}" "${INC}" "${INC_SYS}")