We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d692999 commit fbe260cCopy full SHA for fbe260c
2 files changed
.github/workflows/build.yml
@@ -21,6 +21,7 @@ jobs:
21
- uses: distrho/dpf-cmake-action@v1
22
with:
23
target: ${{ matrix.target }}
24
+ suffix: -cmake
25
26
linux-make:
27
strategy:
@@ -47,6 +48,7 @@ jobs:
47
48
49
50
51
52
53
macos-make:
54
@@ -74,6 +76,7 @@ jobs:
74
76
75
77
78
pawpaw: true
79
80
81
windows-make:
82
plugins/Nekobi/CMakeLists.txt
@@ -13,3 +13,9 @@ target_include_directories(Nekobi
13
.
14
nekobee-src
15
)
16
+
17
+find_package(Threads)
18
+target_link_libraries(Nekobi
19
+ PUBLIC
20
+ ${CMAKE_THREAD_LIBS_INIT}
+)
0 commit comments