fixed: pthread linker error
This commit is contained in:
parent
813feb8e37
commit
d72aa1e975
|
@ -48,3 +48,7 @@ if (UNIX)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
add_library(arch STATIC ${sources})
|
add_library(arch STATIC ${sources})
|
||||||
|
|
||||||
|
if (UNIX)
|
||||||
|
target_link_libraries(arch ${libs})
|
||||||
|
endif()
|
||||||
|
|
Loading…
Reference in New Issue