From 6a62ed994029a40b759c0f40f685d00b740ae3b0 Mon Sep 17 00:00:00 2001 From: falkTX Date: Fri, 8 Mar 2024 09:19:22 +0100 Subject: [PATCH] Fix typo leading to cmake cairoui example build broken Signed-off-by: falkTX --- examples/CairoUI/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/CairoUI/CMakeLists.txt b/examples/CairoUI/CMakeLists.txt index 4a4cca1d..249cdbda 100644 --- a/examples/CairoUI/CMakeLists.txt +++ b/examples/CairoUI/CMakeLists.txt @@ -2,7 +2,7 @@ # ------------------------------ # dpf_add_plugin(d_cairoui - TARGETS clap dssi jack lv2_sep vst2 vst3 + TARGETS clap dssi jack lv2 vst2 vst3 UI_TYPE cairo FILES_DSP CairoExamplePlugin.cpp