Update CMakeLists.txt
This commit is contained in:
parent
ec71ffcc80
commit
a20bd0dbbd
@ -39,6 +39,6 @@ if(NOT MSVC)
|
||||
add_library(OSSupport ${SRCS} ${HDRS})
|
||||
|
||||
if(UNIX)
|
||||
target_link_libraries(OSSupport pthread)
|
||||
target_link_libraries(OSSupport pthread rt)
|
||||
endif()
|
||||
endif()
|
||||
|
Loading…
Reference in New Issue
Block a user