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 11a286b
Showing 1 changed file with 5 additions and 0 deletions.
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 11a286b

Please sign in to comment.