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
commit 5bcfac8208
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)