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:
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)