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:
authorCampbell Barton <ideasman42@gmail.com>2018-12-11 02:07:43 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-12-11 02:13:05 +0300
commita49fdbcc674fe80af2f6cacc8c23d18a5fdbbd97 (patch)
treed30a7ef9a2094e235286d8cdf81b804e84b83290 /source/blender/blenloader/CMakeLists.txt
parent8c8e9b55864e9cf261da5f156d2866236b212a88 (diff)
Fix building w/o bullet
Diffstat (limited to 'source/blender/blenloader/CMakeLists.txt')
-rw-r--r--source/blender/blenloader/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/blenloader/CMakeLists.txt b/source/blender/blenloader/CMakeLists.txt
index 49987cb860c..5edeb8ccbbb 100644
--- a/source/blender/blenloader/CMakeLists.txt
+++ b/source/blender/blenloader/CMakeLists.txt
@@ -88,6 +88,10 @@ if(WITH_CODEC_FFMPEG)
add_definitions(-DWITH_FFMPEG)
endif()
+if(WITH_BULLET)
+ add_definitions(-DWITH_BULLET)
+endif()
+
if(WITH_ALEMBIC)
list(APPEND INC
../alembic