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/gameengine/Converter/CMakeLists.txt')
-rw-r--r--source/gameengine/Converter/CMakeLists.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/source/gameengine/Converter/CMakeLists.txt b/source/gameengine/Converter/CMakeLists.txt
index a930fcb0c01..efffd5d2e99 100644
--- a/source/gameengine/Converter/CMakeLists.txt
+++ b/source/gameengine/Converter/CMakeLists.txt
@@ -24,7 +24,7 @@
#
# ***** END GPL LICENSE BLOCK *****
-SET(INC
+set(INC
.
../../../source/kernel/gen_system
../../../intern/string
@@ -59,7 +59,7 @@ SET(INC
../../../extern/bullet2/src
)
-SET(SRC
+set(SRC
BL_ActionActuator.cpp
BL_ArmatureActuator.cpp
BL_ArmatureChannel.cpp
@@ -105,8 +105,8 @@ SET(SRC
KX_SoftBodyDeformer.h
)
-IF(WITH_BULLET)
- ADD_DEFINITIONS(-DUSE_BULLET)
-ENDIF(WITH_BULLET)
+if(WITH_BULLET)
+ add_definitions(-DUSE_BULLET)
+endif()
-BLENDERLIB(ge_converter "${SRC}" "${INC}")
+blenderlib(ge_converter "${SRC}" "${INC}")