Files
lmms/plugins/lv2_browser/CMakeLists.txt
Martin Andrews b40a9e1905 LV2: Manager now in LMMS core
Moved LV2Manager to LMMS core so it can be used by several plugins.
Furthermore made LMMS instead of LV2 browser plugin link against SLV2
libraries.
2009-04-30 00:29:38 +02:00

5 lines
311 B
CMake

IF(LMMS_SUPPORT_LV2)
INCLUDE(BuildPlugin)
BUILD_PLUGIN(lv2browser lv2_browser.cpp lv2_browser.h lv2_description.cpp lv2_description.h lv2_port_dialog.cpp lv2_port_dialog.h MOCFILES lv2_browser.h lv2_description.h lv2_port_dialog.h EMBEDDED_RESOURCES ${CMAKE_CURRENT_SOURCE_DIR}/*.png)
ENDIF(LMMS_SUPPORT_LV2)