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:
authorNathan Letwory <nathan@letworyinteractive.com>2011-03-28 02:02:54 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2011-03-28 02:02:54 +0400
commit3c67374f50ef5da6745ca78eaf3b6b20e658383a (patch)
treefd01660cc84b3151f1e4b7726b13fa3ce12cc9e1 /source/blender/makesrna/intern/CMakeLists.txt
parent47f9b496b130776220f53a33c2a7fad8ea7eb960 (diff)
Revert r34026, which in it turn reverted r33039. Removal breaks renderers that use COLLADA as their format through render() callback.
Diffstat (limited to 'source/blender/makesrna/intern/CMakeLists.txt')
-rw-r--r--source/blender/makesrna/intern/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/makesrna/intern/CMakeLists.txt b/source/blender/makesrna/intern/CMakeLists.txt
index cc8b3f20c9b..70490e48add 100644
--- a/source/blender/makesrna/intern/CMakeLists.txt
+++ b/source/blender/makesrna/intern/CMakeLists.txt
@@ -125,6 +125,10 @@ if(WITH_JACK)
add_definitions(-DWITH_JACK)
endif()
+if(WITH_OPENCOLLADA)
+ add_definitions(-DWITH_COLLADA)
+endif()
+
# Build makesrna executable
blender_include_dirs(
.