From 962377f26e51d148d343a91d46bcca4112aff6ac Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 13 Aug 2011 08:25:54 +0000 Subject: [PATCH] very minor issues with cmake files corrected. --- source/blender/nodes/CMakeLists.txt | 1 + source/blender/render/CMakeLists.txt | 8 +++++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/source/blender/nodes/CMakeLists.txt b/source/blender/nodes/CMakeLists.txt index 680fc13682b..96c59992b25 100644 --- a/source/blender/nodes/CMakeLists.txt +++ b/source/blender/nodes/CMakeLists.txt @@ -182,6 +182,7 @@ set(SRC intern/SHD_util.h intern/TEX_util.h intern/node_util.h + intern/SHD_nodes/SHD_noise.h ) if(WITH_PYTHON) diff --git a/source/blender/render/CMakeLists.txt b/source/blender/render/CMakeLists.txt index 418c1b68d28..f866e83c68e 100644 --- a/source/blender/render/CMakeLists.txt +++ b/source/blender/render/CMakeLists.txt @@ -120,7 +120,13 @@ set(SRC if(WITH_PYTHON) add_definitions(-DWITH_PYTHON) - list(APPEND INC ../python ${PYTHON_INC}) + list(APPEND INC + ../python + ) + + list(APPEND INC_SYS + ${PYTHON_INCLUDE_DIRS} + ) endif() if(WITH_IMAGE_OPENEXR)