This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a commit to branch feature/674-improve-properties in repository https://gitbox.apache.org/repos/asf/celix.git
commit 03df16468f13a40215b516fbc306f8d8f4756e8d Author: Pepijn Noltes <[email protected]> AuthorDate: Sun Jan 21 19:19:31 2024 +0100 Add missing linking of rsa utils lib --- bundles/remote_services/remote_service_admin_dfi/CMakeLists.txt | 1 + bundles/remote_services/rsa_rpc_json/CMakeLists.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/bundles/remote_services/remote_service_admin_dfi/CMakeLists.txt b/bundles/remote_services/remote_service_admin_dfi/CMakeLists.txt index 27dee583..07213767 100644 --- a/bundles/remote_services/remote_service_admin_dfi/CMakeLists.txt +++ b/bundles/remote_services/remote_service_admin_dfi/CMakeLists.txt @@ -34,6 +34,7 @@ if (RSA_REMOTE_SERVICE_ADMIN_DFI) src/import_registration_dfi.c ) target_link_libraries(rsa_dfi PRIVATE + Celix::rsa_utils Celix::rsa_dfi_utils Celix::dfi Celix::log_helper diff --git a/bundles/remote_services/rsa_rpc_json/CMakeLists.txt b/bundles/remote_services/rsa_rpc_json/CMakeLists.txt index 779b7e86..403406e4 100644 --- a/bundles/remote_services/rsa_rpc_json/CMakeLists.txt +++ b/bundles/remote_services/rsa_rpc_json/CMakeLists.txt @@ -36,6 +36,7 @@ if (RSA_JSON_RPC) Celix::log_helper Celix::framework Celix::utils + Celix::rsa_utils jansson::jansson )
