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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2009-06-18 23:25:58 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2009-06-18 23:25:58 +0400
commit89d2559e6dbde26acdd45e3fe9d6eff2c62d98c0 (patch)
treeb7c806925ce3cc07283f8c210554c33e626cf4a2 /source/gameengine/Converter/CMakeLists.txt
parent025b6dcbc3f6303e051354cbfb694ee810934979 (diff)
2.5
* Update cmake and makefiles to link python generic. * Fix game engine building for cmake and makefiles. * Fix compile error with py 3.x, due to 2.x compat fix.
Diffstat (limited to 'source/gameengine/Converter/CMakeLists.txt')
-rw-r--r--source/gameengine/Converter/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/gameengine/Converter/CMakeLists.txt b/source/gameengine/Converter/CMakeLists.txt
index 44692241e6f..031c2234ea8 100644
--- a/source/gameengine/Converter/CMakeLists.txt
+++ b/source/gameengine/Converter/CMakeLists.txt
@@ -49,6 +49,7 @@ SET(INC
../../../source/blender
../../../source/blender/include
../../../source/blender/makesdna
+ ../../../source/blender/makesrna
../../../source/gameengine/Rasterizer
../../../source/gameengine/Rasterizer/RAS_OpenGLRasterizer
../../../source/gameengine/GameLogic