Skip to content

Commit

Permalink
Merge pull request berthubert#2 from bersace/patch-1
Browse files Browse the repository at this point in the history
Explicit link to pthread
  • Loading branch information
berthubert authored Aug 22, 2022
2 parents dc82ea2 + 5213ea1 commit 5bcfac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 5bcfac8

Please sign in to comment.