This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
Nekobi
mirror of
https://github.com/DISTRHO/Nekobi
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Fix cmake build
Signed-off-by: falkTX <falktx@falktx.com>
master
falkTX
7 months ago
parent
d69299976a
commit
fbe260c8c0
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
2 changed files
with
9 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
.github/workflows/build.yml
+6
-0
plugins/Nekobi/CMakeLists.txt
+ 3
- 0
.github/workflows/build.yml
View File
@@ -21,6 +21,7 @@ jobs:
- uses: distrho/dpf-cmake-action@v1
with:
target: ${{ matrix.target }}
suffix: -cmake
linux-make:
strategy:
@@ -47,6 +48,7 @@ jobs:
- uses: distrho/dpf-cmake-action@v1
with:
target: ${{ matrix.target }}
suffix: -cmake
macos-make:
strategy:
@@ -74,6 +76,7 @@ jobs:
with:
target: ${{ matrix.target }}
pawpaw: true
suffix: -cmake
windows-make:
strategy:
+ 6
- 0
plugins/Nekobi/CMakeLists.txt
View File
@@ -13,3 +13,9 @@ target_include_directories(Nekobi
.
nekobee-src
)
find_package(Threads)
target_link_libraries(Nekobi
PUBLIC
${CMAKE_THREAD_LIBS_INIT}
)
Write
Preview
Loading…
Cancel
Save