Merge pull request #2 from bersace/patch-1

Explicit link to pthread
This commit is contained in:
bert hubert
2022-08-22 09:19:46 +02:00
committed by GitHub

View File

@ -21,7 +21,7 @@ set(CMAKE_CXX_EXTENSIONS ON)
#target_link_libraries(support PUBLIC -lh2o-evloop -lssl -lcrypto Threads::Threads)
add_executable(teller teller.cc )
target_link_libraries(teller -lpcaudio)
target_link_libraries(teller -lpcaudio -lpthread)
#enable_testing()
#add_test(testname testrunner)