From e8effb2d0fc7fbc88fe212e968cde208424b03d5 Mon Sep 17 00:00:00 2001 From: Kent Mein Date: Fri, 12 Dec 2008 20:41:30 +0000 Subject: started whiping cmake into shape for 2.5 still need to figure out the rna stuff but its close. Need to get it working for blender then copy over same to game engine. Kent --- source/blender/python/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/python/CMakeLists.txt') diff --git a/source/blender/python/CMakeLists.txt b/source/blender/python/CMakeLists.txt index ac847cf51c0..c4a7c905e20 100644 --- a/source/blender/python/CMakeLists.txt +++ b/source/blender/python/CMakeLists.txt @@ -26,8 +26,8 @@ FILE(GLOB SRC intern/*.c) SET(INC - . ../../../intern/guardedalloc ../blenlib ../makesdna - ../blenkernel ../editors/include + . ../../../intern/guardedalloc ../blenlib ../makesdna ../makesrna + ../blenkernel ../editors/include ${PYTHON_INC} ) IF(WITH_VERSE) -- cgit v1.2.3