Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Letwory <nathan@letworyinteractive.com>2008-02-10 23:50:50 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2008-02-10 23:50:50 +0300
commita7702e3d946db1c2f01e116a04710ecf3ba32847 (patch)
tree1f6c8bbf578126af84ac20e7b65a79ad7b95bd33 /source/blender/nodes
parentf6dcb285600e36234637231fe75948a559c890cf (diff)
* make CMake compile again (after pynodes addition). Patch provided by skejoe.
Diffstat (limited to 'source/blender/nodes')
-rw-r--r--source/blender/nodes/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
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)