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:
authorAntony Riakiotakis <kalast@gmail.com>2015-06-12 12:47:37 +0300
committerAntony Riakiotakis <kalast@gmail.com>2015-06-12 13:12:24 +0300
commit6c44265bc96bf4ed2d40390045f18dc03602442a (patch)
treec6a1eda3c3dc7df79a1cc44daa9abc6352cb38ee /source/blender/windowmanager/CMakeLists.txt
parent34c3beb339256005c726ae9a098624c5308f54b0 (diff)
Merge all changes to blenderplayer from gooseberry branch:
* Allows sound playback for movies * Allow play-pause with space button * Allow displaying a position indicator with the I button
Diffstat (limited to 'source/blender/windowmanager/CMakeLists.txt')
-rw-r--r--source/blender/windowmanager/CMakeLists.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/source/blender/windowmanager/CMakeLists.txt b/source/blender/windowmanager/CMakeLists.txt
index 86f5fff4aef..3f5c86857b7 100644
--- a/source/blender/windowmanager/CMakeLists.txt
+++ b/source/blender/windowmanager/CMakeLists.txt
@@ -79,6 +79,13 @@ set(SRC
wm_window.h
)
+if(WITH_AUDASPACE)
+ list(APPEND INC
+ ../../../intern/audaspace/intern
+ )
+ add_definitions(-DWITH_AUDASPACE)
+endif()
+
add_definitions(${GL_DEFINITIONS})
if(WITH_INTERNATIONAL)