Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3341478
D4297.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
466 B
Referenced Files
None
Subscribers
None
D4297.diff
View Options
diff --git a/native/cpp/CommonCpp/CMakeLists.txt b/native/cpp/CommonCpp/CMakeLists.txt
new file mode 100644
--- /dev/null
+++ b/native/cpp/CommonCpp/CMakeLists.txt
@@ -0,0 +1,12 @@
+project(comm-common-cpp)
+
+# 3.13+ required for CMP0079 to be set
+cmake_minimum_required(VERSION 3.13)
+
+include(GNUInstallDirs)
+
+add_subdirectory(grpc)
+add_subdirectory(CryptoTools)
+add_subdirectory(DatabaseManagers)
+add_subdirectory(NativeModules)
+add_subdirectory(Tools)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Nov 22, 11:01 PM (17 h, 29 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2566344
Default Alt Text
D4297.diff (466 B)
Attached To
Mode
D4297: [services] Expose top-level CMakeList.txt for cpp projects
Attached
Detach File
Event Timeline
Log In to Comment