From b975796a625de466e33282f19788bf335f990db1 Mon Sep 17 00:00:00 2001 From: Yangff Date: Sun, 25 Feb 2024 00:46:20 -0600 Subject: [PATCH] add helper dep to file --- deps/first/File/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deps/first/File/CMakeLists.txt b/deps/first/File/CMakeLists.txt index d0fcc67fb..dacb5bd6a 100644 --- a/deps/first/File/CMakeLists.txt +++ b/deps/first/File/CMakeLists.txt @@ -35,6 +35,8 @@ endif () # Enabling c++20 support target_compile_features(${TARGET} PUBLIC cxx_std_20) +target_link_libraries(${TARGET} PUBLIC Helpers) + target_compile_definitions(${TARGET} PRIVATE RC_${MODULE_NAME}_EXPORTS $<$>: