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:
authorSergey Sharybin <sergey.vfx@gmail.com>2012-01-16 22:24:30 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2012-01-16 22:24:30 +0400
commitde50e6324a8d92fae000b0a1b4353c0422bf4c03 (patch)
tree90edd1cabbc51ef8d27da0481949e2dd148cc2f9 /source/blenderplayer/CMakeLists.txt
parent4d9197866b40fec9884236c05053d85fe6d0255f (diff)
Fix for compilation error using cmake+msvc
Diffstat (limited to 'source/blenderplayer/CMakeLists.txt')
-rw-r--r--source/blenderplayer/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blenderplayer/CMakeLists.txt b/source/blenderplayer/CMakeLists.txt
index fed9e60a638..2996d4366dc 100644
--- a/source/blenderplayer/CMakeLists.txt
+++ b/source/blenderplayer/CMakeLists.txt
@@ -150,6 +150,7 @@ endif()
bf_blenkernel # duplicate for linking
bf_intern_mikktspace
extern_recastnavigation
+ extern_carve
)
if(WITH_MOD_CLOTH_ELTOPO)