Fix "kittens" development plugin not building on Linux due to missing thread library

develop
Ben Lubar 2019-12-06 12:28:18 -06:00
parent fd1d490163
commit 23b56c4492
No known key found for this signature in database
GPG Key ID: 92939677AB59EDA4
1 changed files with 3 additions and 1 deletions

@ -1,6 +1,8 @@
IF(UNIX)
DFHACK_PLUGIN(vectors vectors.cpp)
endif()
ENDIF()
INCLUDE(FindThreads)
ADD_DEFINITIONS(-DDEV_PLUGIN)
DFHACK_PLUGIN(buildprobe buildprobe.cpp)