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:
authorCampbell Barton <ideasman42@gmail.com>2009-11-21 16:47:16 +0300
committerCampbell Barton <ideasman42@gmail.com>2009-11-21 16:47:16 +0300
commit09cf0118790e7f38fc65c3fed523edb66c095674 (patch)
tree71130e9b144253bc5302b8bb9320992db353acb1 /source/blender/windowmanager/CMakeLists.txt
parent455866ecf95262c81232f27e632b06a659b46be9 (diff)
patch from Dave Plater which fixes some problems building the BGE with cmake
Diffstat (limited to 'source/blender/windowmanager/CMakeLists.txt')
-rw-r--r--source/blender/windowmanager/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/windowmanager/CMakeLists.txt b/source/blender/windowmanager/CMakeLists.txt
index ec489e5261a..7274803128d 100644
--- a/source/blender/windowmanager/CMakeLists.txt
+++ b/source/blender/windowmanager/CMakeLists.txt
@@ -36,6 +36,7 @@ SET(INC .
../../kernel/gen_system ../readstreamglue
../../../intern/elbeem/extern
../../../intern/ghost ../../../intern/opennl/extern ../../../extern/glew/include
+ ../python
../nodes
../gpu
../blenfont
@@ -84,4 +85,3 @@ IF(BF_BUILDINFO)
ENDIF(BF_BUILDINFO)
BLENDERLIB_NOLIST(bf_windowmanager "${SRC}" "${INC}")
-