Explorar o código

added missing pthread lib

Nicolas Cannasse %!s(int64=8) %!d(string=hai) anos
pai
achega
5ce96732f0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      CMakeLists.txt

+ 1 - 1
CMakeLists.txt

@@ -106,7 +106,7 @@ if(WIN32)
 	target_link_libraries(libhl ws2_32 user32)
 	target_link_libraries(hl user32)
 else()
-    target_link_libraries(libhl m dl)
+    target_link_libraries(libhl m dl pthread)
 endif()
 
 #####################