aboutsummaryrefslogtreecommitdiff
path: root/cmake/test-protobuf.proto
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/test-protobuf.proto')
-rw-r--r--cmake/test-protobuf.proto7
1 files changed, 7 insertions, 0 deletions
diff --git a/cmake/test-protobuf.proto b/cmake/test-protobuf.proto
new file mode 100644
index 000000000..5300aea35
--- /dev/null
+++ b/cmake/test-protobuf.proto
@@ -0,0 +1,7 @@
+syntax = "proto2";
+
+import "google/protobuf/descriptor.proto";
+
+message Success {
+ optional string message = 1;
+}