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:
authorChris Want <cwant@ualberta.ca>2008-08-07 00:37:15 +0400
committerChris Want <cwant@ualberta.ca>2008-08-07 00:37:15 +0400
commitba12aa09622be28c3345b934080129cb4c27eab2 (patch)
treedf2a1ba36cb16ff3d780f580fd9029191feaeb34 /source/gameengine/Ketsji
parent6688ab7ae45b894deec3d469099086ae7c51d35b (diff)
Getting the blenderplayer to compile/link with CMake.
Note: yuck, this is a horrible way to do it -- python devs should think about splitting the python stuff into separate libs if they only want to partially include it in the game engine.
Diffstat (limited to 'source/gameengine/Ketsji')
-rw-r--r--source/gameengine/Ketsji/CMakeLists.txt14
1 files changed, 13 insertions, 1 deletions
diff --git a/source/gameengine/Ketsji/CMakeLists.txt b/source/gameengine/Ketsji/CMakeLists.txt
index 3b907d8d530..be009d94701 100644
--- a/source/gameengine/Ketsji/CMakeLists.txt
+++ b/source/gameengine/Ketsji/CMakeLists.txt
@@ -25,6 +25,17 @@
# ***** END GPL LICENSE BLOCK *****
FILE(GLOB SRC *.cpp)
+SET(SRC
+ ${SRC}
+ ../../../source/blender/python/api2_2x/Mathutils.c
+ ../../../source/blender/python/api2_2x/constant.c
+ ../../../source/blender/python/api2_2x/euler.c
+ ../../../source/blender/python/api2_2x/gen_utils.c
+ ../../../source/blender/python/api2_2x/matrix.c
+ ../../../source/blender/python/api2_2x/point.c
+ ../../../source/blender/python/api2_2x/quat.c
+ ../../../source/blender/python/api2_2x/vector.c
+)
SET(INC
.
@@ -39,7 +50,8 @@ SET(INC
../../../intern/moto/include
../../../source/gameengine/Ketsji
../../../source/blender/blenlib
- ../../../source/blender/blenkernel
+ ../../../source/blender/blenkernel
+ ../../../source/blender/python/api2_2x
../../../source/blender
../../../source/blender/include
../../../source/blender/makesdna