1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-09 00:00:03 +01:00

add compiler flag "-pthread" to our proxy

This commit is contained in:
Stefan Lankes 2017-04-18 10:00:12 +02:00
parent faca0d3f8d
commit aeccf4466b

View file

@ -6,6 +6,7 @@ include(../cmake/HermitCore-Paths.cmake)
add_compile_options(-std=c99)
add_executable(proxy proxy.c uhyve.c)
target_compile_options(proxy PUBLIC -pthread)
target_link_libraries(proxy -pthread)
install(TARGETS proxy