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:
authorSergey Sharybin <sergey.vfx@gmail.com>2020-01-23 18:59:50 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2020-01-23 18:59:50 +0300
commit6fff73e3f001840f70850ffd088fa1dcadc0a78a (patch)
treee95159e35e6cd6abd1ed17ca1052242a28fbd0df /source/blender/editors/space_sequencer
parentfb671035be082a67e6ffc58fb098c0d5140ba6b0 (diff)
parent517870a4a11f660c71d3901818fbb09798cb2d7d (diff)
Merge branch 'blender-v2.82-release'
Diffstat (limited to 'source/blender/editors/space_sequencer')
-rw-r--r--source/blender/editors/space_sequencer/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/editors/space_sequencer/CMakeLists.txt b/source/blender/editors/space_sequencer/CMakeLists.txt
index 84ded1dd2c7..da7d9e2a8f3 100644
--- a/source/blender/editors/space_sequencer/CMakeLists.txt
+++ b/source/blender/editors/space_sequencer/CMakeLists.txt
@@ -62,6 +62,10 @@ if(WITH_AUDASPACE)
list(APPEND INC_SYS
${AUDASPACE_C_INCLUDE_DIRS}
)
+ list(APPEND LIB
+ ${AUDASPACE_C_LIBRARIES}
+ ${AUDASPACE_PY_LIBRARIES}
+ )
endif()
if(WITH_INTERNATIONAL)