Added headers to tinythread cmake so that ide would show them.
parent
34e5716cc0
commit
24d8a1f1c1
@ -1,5 +1,5 @@
|
||||
PROJECT(dfhack-tinythread)
|
||||
ADD_LIBRARY(dfhack-tinythread STATIC EXCLUDE_FROM_ALL tinythread.cpp)
|
||||
ADD_LIBRARY(dfhack-tinythread STATIC EXCLUDE_FROM_ALL tinythread.cpp tinythread.h fast_mutex.h)
|
||||
if(UNIX)
|
||||
target_link_libraries(dfhack-tinythread pthread)
|
||||
endif()
|
||||
|
Loading…
Reference in New Issue