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:
@@ -30,6 +30,7 @@ SET(INC
|
||||
../../makesdna
|
||||
../../makesrna
|
||||
../../windowmanager
|
||||
${PYTHON_INC}
|
||||
)
|
||||
|
||||
BLENDERLIB(bf_editor_sound "${SRC}" "${INC}")
|
||||
|
||||
@@ -30,6 +30,7 @@ SET(INC
|
||||
../../makesrna
|
||||
../../windowmanager
|
||||
../../../../intern/audaspace/intern
|
||||
${PYTHON_INC}
|
||||
)
|
||||
|
||||
BLENDERLIB(bf_editor_space_graph "${SRC}" "${INC}")
|
||||
|
||||
@@ -31,6 +31,7 @@ SET(INC
|
||||
../../makesrna
|
||||
../../windowmanager
|
||||
../../../../intern/audaspace/intern
|
||||
${PYTHON_INC}
|
||||
)
|
||||
|
||||
BLENDERLIB(bf_editor_space_sequencer "${SRC}" "${INC}")
|
||||
|
||||
Reference in New Issue
Block a user