Audaspace: Buildsystem update after Ton destroyed building with scons and cmake, also including a patch by freakabcd fixing some missing python include paths.

This commit is contained in:
Joerg Mueller
2010-08-16 18:22:51 +00:00
parent db38a7f2cc
commit 8d7204ac04
5 changed files with 7 additions and 2 deletions

View File

@@ -30,6 +30,7 @@ SET(INC
../../makesdna
../../makesrna
../../windowmanager
${PYTHON_INC}
)
BLENDERLIB(bf_editor_sound "${SRC}" "${INC}")

View File

@@ -30,6 +30,7 @@ SET(INC
../../makesrna
../../windowmanager
../../../../intern/audaspace/intern
${PYTHON_INC}
)
BLENDERLIB(bf_editor_space_graph "${SRC}" "${INC}")

View File

@@ -31,6 +31,7 @@ SET(INC
../../makesrna
../../windowmanager
../../../../intern/audaspace/intern
${PYTHON_INC}
)
BLENDERLIB(bf_editor_space_sequencer "${SRC}" "${INC}")