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/SceneGraph/CMakeLists.txt')
-rw-r--r--source/gameengine/SceneGraph/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/gameengine/SceneGraph/CMakeLists.txt b/source/gameengine/SceneGraph/CMakeLists.txt
index 72472cb9a23..6c133af09f7 100644
--- a/source/gameengine/SceneGraph/CMakeLists.txt
+++ b/source/gameengine/SceneGraph/CMakeLists.txt
@@ -24,12 +24,12 @@
#
# ***** END GPL LICENSE BLOCK *****
-SET(INC
+set(INC
.
../../../intern/moto/include
)
-SET(SRC
+set(SRC
SG_BBox.cpp
SG_Controller.cpp
SG_IObject.cpp
@@ -48,4 +48,4 @@ SET(SRC
SG_Tree.h
)
-BLENDERLIB(ge_scenegraph "${SRC}" "${INC}")
+blenderlib(ge_scenegraph "${SRC}" "${INC}")