Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Cleanup cmake stuff
Signed-off-by: falkTX <falktx@falktx.com>
  • Loading branch information
falkTX committed Jul 5, 2023
1 parent 3959cf7 commit 70305b1
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 11 deletions.
7 changes: 5 additions & 2 deletions CMakeLists.txt
@@ -1,3 +1,6 @@
cmake_minimum_required(VERSION 3.11)
cmake_minimum_required(VERSION 3.7)

project(Nekobi)

add_subdirectory(dpf)
add_subdirectory(plugins/Nekobi)
add_subdirectory(plugins/Nekobi)
19 changes: 11 additions & 8 deletions plugins/Nekobi/CMakeLists.txt
@@ -1,12 +1,15 @@
DPF_ADD_PLUGIN(Nekobi
TARGETS vst2
dpf_add_plugin(Nekobi
TARGETS
clap dssi lv2 vst2 vst3
FILES_DSP
DistrhoPluginNekobi.cpp
DistrhoPluginNekobi.cpp
FILES_UI
DistrhoArtworkNekobi.cpp
DistrhoUINekobi.cpp)
DistrhoArtworkNekobi.cpp
DistrhoUINekobi.cpp
)

target_include_directories(Nekobi PUBLIC
"."
"nekobee-src"
target_include_directories(Nekobi
PUBLIC
.
nekobee-src
)

0 comments on commit 70305b1

Please sign in to comment.