Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14864685
D14043.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
580 B
Subscribers
None
D14043.id.diff
View Options
diff --git a/chronik/CMakeLists.txt b/chronik/CMakeLists.txt
--- a/chronik/CMakeLists.txt
+++ b/chronik/CMakeLists.txt
@@ -155,3 +155,12 @@
# It's not clear yet why this is the case.
chronik-bridge
)
+
+# Install the directory containing the proto files. The trailing slash ensures
+# the directory is not duplicated (see
+# https://cmake.org/cmake/help/v3.16/command/install.html#installing-directories)
+set(CHRONIK_PROTO_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/chronik-proto/proto/")
+install(
+ DIRECTORY "${CHRONIK_PROTO_DIRECTORY}"
+ DESTINATION "proto"
+)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, May 20, 21:36 (18 h, 4 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5864962
Default Alt Text
D14043.id.diff (580 B)
Attached To
D14043: [chronik] Install the protobuf file
Event Timeline
Log In to Comment