commit 6fc21959b7031b1241657a54a4343a5e1be5a498
parent d2b4827096f3578e4be02ec6b68b715aa0007646
Author: Jean Pierre Cimalando <jp-dev@inbox.ru>
Date: Fri, 21 May 2021 20:38:43 +0200
cmake: do not build d_cairoui as ladspa
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/examples/CairoUI/CMakeLists.txt b/examples/CairoUI/CMakeLists.txt
@@ -2,7 +2,7 @@
# ------------------------------ #
dpf_add_plugin(d_cairoui
- TARGETS jack ladspa dssi lv2 vst
+ TARGETS jack dssi lv2 vst
UI_TYPE cairo
FILES_DSP
CairoExamplePlugin.cpp