Skip to content

Commit 70305b1

Browse files
committed
Cleanup cmake stuff
Signed-off-by: falkTX <falktx@falktx.com>
1 parent 3959cf7 commit 70305b1

File tree

3 files changed

+17
-11
lines changed

3 files changed

+17
-11
lines changed

CMakeLists.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1-
cmake_minimum_required(VERSION 3.11)
1+
cmake_minimum_required(VERSION 3.7)
2+
3+
project(Nekobi)
4+
25
add_subdirectory(dpf)
3-
add_subdirectory(plugins/Nekobi)
6+
add_subdirectory(plugins/Nekobi)

plugins/Nekobi/CMakeLists.txt

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
1-
DPF_ADD_PLUGIN(Nekobi
2-
TARGETS vst2
1+
dpf_add_plugin(Nekobi
2+
TARGETS
3+
clap dssi lv2 vst2 vst3
34
FILES_DSP
4-
DistrhoPluginNekobi.cpp
5+
DistrhoPluginNekobi.cpp
56
FILES_UI
6-
DistrhoArtworkNekobi.cpp
7-
DistrhoUINekobi.cpp)
7+
DistrhoArtworkNekobi.cpp
8+
DistrhoUINekobi.cpp
9+
)
810

9-
target_include_directories(Nekobi PUBLIC
10-
"."
11-
"nekobee-src"
11+
target_include_directories(Nekobi
12+
PUBLIC
13+
.
14+
nekobee-src
1215
)

0 commit comments

Comments
 (0)