From af1a093fe40f0a161573d18dadf1f21c28889b2b Mon Sep 17 00:00:00 2001 From: Leon Etienne Date: Mon, 18 Apr 2022 13:19:00 +0200 Subject: [PATCH] Added pthread library link to cmakelist --- Tubio/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Tubio/CMakeLists.txt b/Tubio/CMakeLists.txt index 080830f..14b4717 100755 --- a/Tubio/CMakeLists.txt +++ b/Tubio/CMakeLists.txt @@ -49,3 +49,5 @@ add_executable(Tubio external_dependencies/leonetienne/stringtools/StringTools.h ) +target_link_libraries(Tubio pthread) +