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/creator/CMakeLists.txt')
-rw-r--r--source/creator/CMakeLists.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
index f0b6001cca1..5930fd36988 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -794,6 +794,16 @@ elseif(WIN32)
DESTINATION "."
)
endif()
+
+ if(WITH_SYSTEM_AUDASPACE)
+ install(
+ FILES
+ ${LIBDIR}/audaspace/lib/audaspace.dll
+ ${LIBDIR}/audaspace/lib/audaspace-c.dll
+ ${LIBDIR}/audaspace/lib/audaspace-py.dll
+ DESTINATION "."
+ )
+ endif()
if(NOT CMAKE_CL_64)
install(