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 +- source/creator/CMakeLists.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'source') 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) diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt index 9908b98d285..2ddc1d61703 100644 --- a/source/creator/CMakeLists.txt +++ b/source/creator/CMakeLists.txt @@ -29,6 +29,7 @@ SETUP_LIBDIRS() INCLUDE_DIRECTORIES(../../intern/guardedalloc ../blender/blenlib ../blender/blenkernel + ../blender/editors/include ../blender/nodes ../blender/include ../blender/blenloader -- cgit v1.2.3