Skip to content
This repository was archived by the owner on Apr 6, 2019. It is now read-only.

Commit b7d313f

Browse files
author
cylix
committed
Patch linux compilation
1 parent d67ae7b commit b7d313f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ endforeach()
6060
# executable
6161
###
6262
add_library(${PROJECT} SHARED ${SOURCES})
63-
target_link_libraries(${PROJECT})
63+
target_link_libraries(${PROJECT} pthread)
6464
set_target_properties(${PROJECT}
6565
PROPERTIES
6666
LIBRARY_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/target")

0 commit comments

Comments
 (0)