From a7702e3d946db1c2f01e116a04710ecf3ba32847 Mon Sep 17 00:00:00 2001 From: Nathan Letwory Date: Sun, 10 Feb 2008 20:50:50 +0000 Subject: * make CMake compile again (after pynodes addition). Patch provided by skejoe. --- source/blender/blenkernel/CMakeLists.txt | 1 + source/blender/nodes/CMakeLists.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/source/blender/blenkernel/CMakeLists.txt b/source/blender/blenkernel/CMakeLists.txt index 30f21ef83cc..ea6bc2179fe 100644 --- a/source/blender/blenkernel/CMakeLists.txt +++ b/source/blender/blenkernel/CMakeLists.txt @@ -38,6 +38,7 @@ SET(INC ../nodes ${SDL_INC} ${ZLIB_INC} + ${PYTHON_INC} ) IF(WITH_VERSE) diff --git a/source/blender/nodes/CMakeLists.txt b/source/blender/nodes/CMakeLists.txt index 6729d5099f0..eab47eaeb02 100644 --- a/source/blender/nodes/CMakeLists.txt +++ b/source/blender/nodes/CMakeLists.txt @@ -36,6 +36,7 @@ SET(INC ../blenkernel ${SDL_INC} ${ZLIB_INC} + ${PYTHON_INC} ) IF(WITH_VERSE) -- cgit v1.2.3