From cbaca76c073132be16777c947ae0a8e6729fb2f7 Mon Sep 17 00:00:00 2001 From: jackb-p Date: Sun, 31 Jul 2016 23:33:32 +0100 Subject: [PATCH] CMake: Add ld to library list --- TriviaBot/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/TriviaBot/CMakeLists.txt b/TriviaBot/CMakeLists.txt index c169857..a7c73d5 100644 --- a/TriviaBot/CMakeLists.txt +++ b/TriviaBot/CMakeLists.txt @@ -30,6 +30,7 @@ target_link_libraries(TriviaBot PUBLIC ${OPENSSL_LIBRARIES} ${CURL_LIBRARIES} pthread + ld ) include_directories(