diff --git a/native/cpp/CMakeLists.txt b/native/cpp/CMakeLists.txt
--- a/native/cpp/CMakeLists.txt
+++ b/native/cpp/CMakeLists.txt
@@ -10,3 +10,7 @@
   comm-tools
   comm-sqlite-orm
 )
+
+target_link_libraries(comm-modules-persistentstorage
+  comm-sqlite-orm
+)
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
@@ -29,6 +29,11 @@
   comm-client
 )
 
+target_link_libraries(comm-modules-persistentstorage
+  comm-grpc
+  comm-databasemanagers
+)
+
 target_link_libraries(comm-cryptotools
   comm-tools
 )