From c556bbd67d0e74c5c2e692fe95e0872766e63451 Mon Sep 17 00:00:00 2001 From: Nicholas Bishop Date: Wed, 31 Dec 2008 04:37:01 +0000 Subject: Added some more directory includes for CMake. --- source/blender/python/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/python') 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) -- cgit v1.2.3