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:
authorJoerg Mueller <nexyon@gmail.com>2010-08-16 22:22:51 +0400
committerJoerg Mueller <nexyon@gmail.com>2010-08-16 22:22:51 +0400
commit8d7204ac040a1a7aeeacb2078136ee8da4edbc4c (patch)
tree77bca6b9e5f26eb0b48d90ff5a550c4941bdac55 /source/blender/editors/space_sequencer/CMakeLists.txt
parentdb38a7f2cc696fb57d579c63b3350e6114cd3087 (diff)
Audaspace: Buildsystem update after Ton destroyed building with scons and cmake, also including a patch by freakabcd fixing some missing python include paths.
Diffstat (limited to 'source/blender/editors/space_sequencer/CMakeLists.txt')
-rw-r--r--source/blender/editors/space_sequencer/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/space_sequencer/CMakeLists.txt b/source/blender/editors/space_sequencer/CMakeLists.txt
index 383cc05b7f7..d776ea5d796 100644
--- a/source/blender/editors/space_sequencer/CMakeLists.txt
+++ b/source/blender/editors/space_sequencer/CMakeLists.txt
@@ -31,6 +31,7 @@ SET(INC
../../makesrna
../../windowmanager
../../../../intern/audaspace/intern
+ ${PYTHON_INC}
)
BLENDERLIB(bf_editor_space_sequencer "${SRC}" "${INC}")