diff options
Diffstat (limited to 'muse/synti/s1/CMakeLists.txt')
-rw-r--r-- | muse/synti/s1/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/muse/synti/s1/CMakeLists.txt b/muse/synti/s1/CMakeLists.txt index 23a34bc2..dfd1f19e 100644 --- a/muse/synti/s1/CMakeLists.txt +++ b/muse/synti/s1/CMakeLists.txt @@ -25,3 +25,5 @@ add_library ( s1 SHARED s1.cpp ) # set_target_properties ( s1 PROPERTIES PREFIX "" ) +install_targets ( /lib/${MusE_INSTALL_NAME}/synthi/ s1 ) + |