From 9772eb4d5f7e6e8388b835f8293dececc990bbd3 Mon Sep 17 00:00:00 2001 From: Joerg Mueller Date: Fri, 9 Jul 2010 12:35:40 +0000 Subject: Audaspace: * Renamed AUD_Handle to AUD_Channel in the C-API to prevent errors with the C++ version of AUD_Handle. * Added Python API!!! --- source/blender/python/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/python/CMakeLists.txt') diff --git a/source/blender/python/CMakeLists.txt b/source/blender/python/CMakeLists.txt index 3c79e9d3056..dcfc8678faa 100644 --- a/source/blender/python/CMakeLists.txt +++ b/source/blender/python/CMakeLists.txt @@ -36,6 +36,7 @@ SET(INC ../windowmanager ../editors/include ../../../intern/guardedalloc + ../../../intern/audaspace/intern ${PYTHON_INC} ) -- cgit v1.2.3