Added headers to tinythread cmake so that ide would show them.
parent
34e5716cc0
commit
24d8a1f1c1
@ -1,5 +1,5 @@
|
|||||||
PROJECT(dfhack-tinythread)
|
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)
|
if(UNIX)
|
||||||
target_link_libraries(dfhack-tinythread pthread)
|
target_link_libraries(dfhack-tinythread pthread)
|
||||||
endif()
|
endif()
|
||||||
|
Loading…
Reference in New Issue