Browse Source

added missing pthread lib

Nicolas Cannasse 8 năm trước cách đây
mục cha
commit
5ce96732f0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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()
 
 #####################