added pthread linking code to OSSupport
This commit is contained in:
parent
0a96bf1c03
commit
e02fbd37ab
@ -8,3 +8,7 @@ file(GLOB SOURCE
|
|||||||
)
|
)
|
||||||
|
|
||||||
add_library(OSSupport ${SOURCE})
|
add_library(OSSupport ${SOURCE})
|
||||||
|
|
||||||
|
if(UNIX)
|
||||||
|
target_link_libraries(OSSupport pthread)
|
||||||
|
endif()
|
||||||
|
Loading…
Reference in New Issue
Block a user