Added headers to tinythread cmake so that ide would show them.

develop
Warmist 2013-06-29 12:23:21 +03:00
parent 34e5716cc0
commit 24d8a1f1c1
1 changed files with 1 additions and 1 deletions

@ -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()