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:
authorNicholas Bishop <nicholasbishop@gmail.com>2008-12-31 07:37:01 +0300
committerNicholas Bishop <nicholasbishop@gmail.com>2008-12-31 07:37:01 +0300
commitc556bbd67d0e74c5c2e692fe95e0872766e63451 (patch)
tree1e5e3fde4f41519c70c2ea6619950e4454a131a4 /source/blender/python/CMakeLists.txt
parentde52934331f3b2ecd4d9f0bd37c0b410631d32c3 (diff)
Added some more directory includes for CMake.
Diffstat (limited to 'source/blender/python/CMakeLists.txt')
-rw-r--r--source/blender/python/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/python/CMakeLists.txt b/source/blender/python/CMakeLists.txt
index c4a7c905e20..0ae8e5c421f 100644
--- a/source/blender/python/CMakeLists.txt
+++ b/source/blender/python/CMakeLists.txt
@@ -27,7 +27,7 @@ FILE(GLOB SRC intern/*.c)
SET(INC
. ../../../intern/guardedalloc ../blenlib ../makesdna ../makesrna
- ../blenkernel ../editors/include ${PYTHON_INC}
+ ../blenkernel ../editors/include ../windowmanager ${PYTHON_INC}
)
IF(WITH_VERSE)