diff --git a/native/cpp/CommonCpp/CMakeLists.txt b/native/cpp/CommonCpp/CMakeLists.txt --- a/native/cpp/CommonCpp/CMakeLists.txt +++ b/native/cpp/CommonCpp/CMakeLists.txt @@ -10,3 +10,8 @@ add_subdirectory(DatabaseManagers) add_subdirectory(NativeModules) add_subdirectory(Tools) + +target_link_libraries(comm-cryptotools + comm-tools + comm-databasemanagers +) diff --git a/native/cpp/CommonCpp/CryptoTools/CMakeLists.txt b/native/cpp/CommonCpp/CryptoTools/CMakeLists.txt --- a/native/cpp/CommonCpp/CryptoTools/CMakeLists.txt +++ b/native/cpp/CommonCpp/CryptoTools/CMakeLists.txt @@ -33,7 +33,6 @@ target_include_directories(comm-cryptotools PUBLIC $ - $ $ $ )