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:
Diffstat (limited to 'source/blender/editors/sound/CMakeLists.txt')
-rw-r--r--source/blender/editors/sound/CMakeLists.txt13
1 files changed, 5 insertions, 8 deletions
diff --git a/source/blender/editors/sound/CMakeLists.txt b/source/blender/editors/sound/CMakeLists.txt
index c3ef0f8851f..535cd579030 100644
--- a/source/blender/editors/sound/CMakeLists.txt
+++ b/source/blender/editors/sound/CMakeLists.txt
@@ -39,14 +39,11 @@ set(SRC
)
if(WITH_AUDASPACE)
- add_definitions(-DWITH_AUDASPACE)
-
- if(WITH_EXTERNAL_AUDASPACE)
- add_definitions(-DWITH_EXTERNAL_AUDASPACE)
- list(APPEND INC_SYS ${CAUDASPACE_INCLUDE_DIRS})
- else()
- list(APPEND INC ../../../../intern/audaspace/intern)
- endif()
+ add_definitions(${AUDASPACE_DEFINITIONS})
+
+ list(APPEND INC_SYS
+ ${AUDASPACE_C_INCLUDE_DIRS}
+ )
endif()
if(WITH_CODEC_FFMPEG)