From e2e91b79b77ff90ae4f7607b1e5ee6768c9ccfb4 Mon Sep 17 00:00:00 2001 From: Trumeet Date: Sat, 23 Jul 2022 13:35:09 -0700 Subject: fix(helloworld): ACRONC_DEPS not used Signed-off-by: Trumeet --- client/libacron/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3