Browse Source

Fix typo leading to cmake cairoui example build broken

Signed-off-by: falkTX <falktx@falktx.com>
pull/452/head
falkTX 1 year ago
parent
commit
6a62ed9940
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      examples/CairoUI/CMakeLists.txt

+ 1
- 1
examples/CairoUI/CMakeLists.txt View File

@@ -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


Loading…
Cancel
Save