Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3344892
D4447.id14304.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
628 B
Referenced Files
None
Subscribers
None
D4447.id14304.diff
View Options
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
)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 23, 4:51 AM (17 h, 33 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2568960
Default Alt Text
D4447.id14304.diff (628 B)
Attached To
Mode
D4447: Update modules build after changes to master
Attached
Detach File
Event Timeline
Log In to Comment