Skip to content

Commit

Permalink
Fix cmake build
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <[email protected]>
  • Loading branch information
falkTX committed Oct 5, 2024
1 parent d692999 commit 75a679c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- uses: distrho/dpf-cmake-action@v1
with:
target: ${{ matrix.target }}
suffix: -cmake

linux-make:
strategy:
Expand All @@ -47,6 +48,7 @@ jobs:
- uses: distrho/dpf-cmake-action@v1
with:
target: ${{ matrix.target }}
suffix: -cmake

macos-make:
strategy:
Expand Down Expand Up @@ -74,6 +76,7 @@ jobs:
with:
target: ${{ matrix.target }}
pawpaw: true
suffix: -cmake

windows-make:
strategy:
Expand Down
5 changes: 5 additions & 0 deletions plugins/Nekobi/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,8 @@ target_include_directories(Nekobi
.
nekobee-src
)

target_link_libraries(Nekobi
PUBLIC
${CMAKE_THREAD_LIBS_INIT}
)

0 comments on commit 75a679c

Please sign in to comment.