This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
DPF
mirror of
https://github.com/DISTRHO/DPF
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
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
75e009f8d2
commit
6a62ed9940
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save