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
Build clap versions of example plugins with cmake
Signed-off-by: falkTX <falktx@falktx.com>
pull/409/head
falkTX
2 years ago
parent
26eafab9d1
commit
d620bd76f1
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
7 changed files
with
7 additions
and
7 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.github/workflows/makefile.yml
+1
-1
examples/Info/CMakeLists.txt
+1
-1
examples/Latency/CMakeLists.txt
+1
-1
examples/Meters/CMakeLists.txt
+1
-1
examples/MidiThrough/CMakeLists.txt
+1
-1
examples/Parameters/CMakeLists.txt
+1
-1
examples/States/CMakeLists.txt
+ 1
- 1
.github/workflows/makefile.yml
View File
@@ -14,7 +14,7 @@ jobs:
linux-x86_64:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v
2
- uses: actions/checkout@v
3
with:
submodules: recursive
- name: Set up dependencies
+ 1
- 1
examples/Info/CMakeLists.txt
View File
@@ -2,7 +2,7 @@
# ------------------------------ #
dpf_add_plugin(d_info
TARGETS jack lv2 vst2 vst3
TARGETS jack lv2 vst2 vst3
clap
FILES_DSP
InfoExamplePlugin.cpp
FILES_UI
+ 1
- 1
examples/Latency/CMakeLists.txt
View File
@@ -2,7 +2,7 @@
# ------------------------------ #
dpf_add_plugin(d_latency
TARGETS ladspa lv2 vst2 vst3
TARGETS ladspa lv2 vst2 vst3
clap
FILES_DSP
LatencyExamplePlugin.cpp)
+ 1
- 1
examples/Meters/CMakeLists.txt
View File
@@ -2,7 +2,7 @@
# ------------------------------ #
dpf_add_plugin(d_meters
TARGETS jack dssi lv2 vst2 vst3
TARGETS jack dssi lv2 vst2 vst3
clap
FILES_DSP
ExamplePluginMeters.cpp
FILES_UI
+ 1
- 1
examples/MidiThrough/CMakeLists.txt
View File
@@ -2,7 +2,7 @@
# ------------------------------ #
dpf_add_plugin(d_midiThrough
TARGETS jack lv2 vst2 vst3
TARGETS jack lv2 vst2 vst3
clap
FILES_DSP
MidiThroughExamplePlugin.cpp)
+ 1
- 1
examples/Parameters/CMakeLists.txt
View File
@@ -2,7 +2,7 @@
# ------------------------------ #
dpf_add_plugin(d_parameters
TARGETS jack ladspa dssi lv2 vst2 vst3
TARGETS jack ladspa dssi lv2 vst2 vst3
clap
FILES_DSP
ExamplePluginParameters.cpp
FILES_UI
+ 1
- 1
examples/States/CMakeLists.txt
View File
@@ -2,7 +2,7 @@
# ------------------------------ #
dpf_add_plugin(d_states
TARGETS jack lv2 vst2 vst3
TARGETS jack lv2 vst2 vst3
clap
FILES_DSP
ExamplePluginStates.cpp
FILES_UI
Write
Preview
Loading…
Cancel
Save