aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/LV2/Helpers.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/LV2/Helpers.cmake')
-rwxr-xr-xplugins/LV2/Helpers.cmake3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/LV2/Helpers.cmake b/plugins/LV2/Helpers.cmake
index c3ec543..04cc8ee 100755
--- a/plugins/LV2/Helpers.cmake
+++ b/plugins/LV2/Helpers.cmake
@@ -5,11 +5,10 @@ function(add_airwindows_plugin name)
add_library(${name} MODULE ${plug_src})
- set(TARGET_DIR ${CMAKE_CURRENT_BINARY_DIR}/lv2/${name})
+ set(TARGET_DIR ${CMAKE_CURRENT_BINARY_DIR}/airwindows.lv2/)
set_target_properties(${name} PROPERTIES
PREFIX ""
LIBRARY_OUTPUT_DIRECTORY ${TARGET_DIR})
- configure_file(src/${name}/manifest.ttl.in ${TARGET_DIR}/manifest.ttl @ONLY)
configure_file(src/${name}/${name}.ttl ${TARGET_DIR}/${name}.ttl COPYONLY)
endfunction(add_airwindows_plugin)