summaryrefslogtreecommitdiff
path: root/muse2/al
diff options
context:
space:
mode:
Diffstat (limited to 'muse2/al')
-rw-r--r--muse2/al/CMakeLists.txt12
1 files changed, 11 insertions, 1 deletions
diff --git a/muse2/al/CMakeLists.txt b/muse2/al/CMakeLists.txt
index 12df9a72..6e2881b8 100644
--- a/muse2/al/CMakeLists.txt
+++ b/muse2/al/CMakeLists.txt
@@ -13,11 +13,21 @@ if (USE_SSE)
set(al_src ${al_src} dspSSE.cpp dspXMM.cpp)
endif (USE_SSE)
-add_library(al STATIC
+add_library(al SHARED
${al_src}
${PROJECT_BINARY_DIR}/all.h.pch
)
+install(TARGETS al DESTINATION ${MUSE_MODULES_DIR})
+
+target_link_libraries ( al
+ ${QT_LIBRARIES}
+ )
+
+set_target_properties( al
+ PROPERTIES OUTPUT_NAME muse_al
+ )
+
set_source_files_properties(
al.cpp sig.cpp xml.cpp dsp.cpp
dspXMM.cpp