mirror of
https://github.com/debauchee/barrier.git
synced 2024-11-27 00:42:30 +03:00
fixed: pthread linker error
This commit is contained in:
parent
813feb8e37
commit
d72aa1e975
@ -48,3 +48,7 @@ if (UNIX)
|
||||
endif()
|
||||
|
||||
add_library(arch STATIC ${sources})
|
||||
|
||||
if (UNIX)
|
||||
target_link_libraries(arch ${libs})
|
||||
endif()
|
||||
|
Loading…
Reference in New Issue
Block a user