aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--client/libacron/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/libacron/CMakeLists.txt b/client/libacron/CMakeLists.txt
index c87063e..b64a299 100644
--- a/client/libacron/CMakeLists.txt
+++ b/client/libacron/CMakeLists.txt
@@ -98,7 +98,7 @@ if(WIN32)
set(ACRONC_DEPS ws2_32)
endif()
set(ACRONC_DEPS ${ACRON_DEPS} ac)
-target_link_libraries(helloworld ac)
+target_link_libraries(helloworld ${ACRONC_DEPS})
target_include_directories(helloworld PUBLIC "${PROJECT_BINARY_DIR}" include/)
install(TARGETS ac ac-static helloworld