From 8d7204ac040a1a7aeeacb2078136ee8da4edbc4c Mon Sep 17 00:00:00 2001 From: Joerg Mueller Date: Mon, 16 Aug 2010 18:22:51 +0000 Subject: Audaspace: Buildsystem update after Ton destroyed building with scons and cmake, also including a patch by freakabcd fixing some missing python include paths. --- source/blender/editors/sound/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/editors/sound/CMakeLists.txt') diff --git a/source/blender/editors/sound/CMakeLists.txt b/source/blender/editors/sound/CMakeLists.txt index 02765726c6e..391f3a90533 100644 --- a/source/blender/editors/sound/CMakeLists.txt +++ b/source/blender/editors/sound/CMakeLists.txt @@ -30,6 +30,7 @@ SET(INC ../../makesdna ../../makesrna ../../windowmanager + ${PYTHON_INC} ) BLENDERLIB(bf_editor_sound "${SRC}" "${INC}") -- cgit v1.2.3