[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [15992] trunk/blender/source/gameengine/ Ketsji/CMakeLists.txt: Getting the blenderplayer to compile/link with CMake .

Chris Want cwant at ualberta.ca
Wed Aug 6 22:37:15 CEST 2008


Revision: 15992
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=15992
Author:   hos
Date:     2008-08-06 22:37:15 +0200 (Wed, 06 Aug 2008)

Log Message:
-----------
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.

Modified Paths:
--------------
    trunk/blender/source/gameengine/Ketsji/CMakeLists.txt

Modified: trunk/blender/source/gameengine/Ketsji/CMakeLists.txt
===================================================================
--- trunk/blender/source/gameengine/Ketsji/CMakeLists.txt	2008-08-06 20:05:08 UTC (rev 15991)
+++ trunk/blender/source/gameengine/Ketsji/CMakeLists.txt	2008-08-06 20:37:15 UTC (rev 15992)
@@ -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 @@
   ../../../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 





More information about the Bf-blender-cvs mailing list