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/Physics/Dummy/CMakeLists.txt')
-rw-r--r--source/gameengine/Physics/Dummy/CMakeLists.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/source/gameengine/Physics/Dummy/CMakeLists.txt b/source/gameengine/Physics/Dummy/CMakeLists.txt
index 18330392cd7..501fbcd94de 100644
--- a/source/gameengine/Physics/Dummy/CMakeLists.txt
+++ b/source/gameengine/Physics/Dummy/CMakeLists.txt
@@ -24,11 +24,13 @@
#
# ***** END GPL LICENSE BLOCK *****
-SET(SRC DummyPhysicsEnvironment.cpp)
-
SET(INC
.
../common
)
+SET(SRC
+ DummyPhysicsEnvironment.cpp
+)
+
BLENDERLIB(bf_dummy "${SRC}" "${INC}")