X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=src%2Fvoglcore%2FCMakeLists.txt;h=9b6dda144666f4cbc24ed99681a2b4c14bf949d4;hb=57864e5bb996f9df112cf87baf22ddcea736923b;hp=9dd0f5067048bb910df5bde3445f931b89520f44;hpb=8718f75fe1ab2bdbb208a6471499063be903dddb;p=vogl diff --git a/src/voglcore/CMakeLists.txt b/src/voglcore/CMakeLists.txt index 9dd0f50..9b6dda1 100644 --- a/src/voglcore/CMakeLists.txt +++ b/src/voglcore/CMakeLists.txt @@ -105,7 +105,10 @@ else() endif() add_library(${PROJECT_NAME} ${SRC_LIST}) -target_link_libraries(${PROJECT_NAME} rt) +target_link_libraries(${PROJECT_NAME} + pthread + rt + ) build_options_finalize()