Added some more directory includes for CMake.

This commit is contained in:
2008-12-31 04:37:01 +00:00
parent de52934331
commit c556bbd67d
2 changed files with 2 additions and 1 deletions

View File

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