diff --git a/CMakeLists.txt b/CMakeLists.txt index 420ebfb..393568e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,6 +6,8 @@ enable_testing() add_executable(rfmon-to-influx main.cpp) +target_link_libraries(rfmon-to-influx pthread) + set(CPACK_PROJECT_NAME ${PROJECT_NAME}) set(CPACK_PROJECT_VERSION ${PROJECT_VERSION}) include(CPack)