diff options
Diffstat (limited to 'src/plugins/Effect/ladspa/CMakeLists.txt')
| -rw-r--r-- | src/plugins/Effect/ladspa/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/Effect/ladspa/CMakeLists.txt b/src/plugins/Effect/ladspa/CMakeLists.txt index 979345431..a5d46b7a6 100644 --- a/src/plugins/Effect/ladspa/CMakeLists.txt +++ b/src/plugins/Effect/ladspa/CMakeLists.txt @@ -38,5 +38,5 @@ ADD_LIBRARY(ladspa MODULE ${libladspa_SRCS} ${libladspa_UIS_H} ${libladspa_RCC_SRCS} ${libladspa_HDRS}) add_dependencies(ladspa qmmp) target_link_libraries(ladspa Qt5::Widgets -lqmmp ${CMAKE_DL_LIBS}) -install(TARGETS ladspa DESTINATION ${LIB_DIR}/qmmp/Effect) +install(TARGETS ladspa DESTINATION ${PLUGIN_DIR}/Effect) |
