aboutsummaryrefslogtreecommitdiff
path: root/cmake/test-protobuf.proto
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2018-12-31 15:53:59 -0600
committerluigi1111 <luigi1111w@gmail.com>2018-12-31 15:53:59 -0600
commit9c2d671397974c05a1bdd8b386bc8267d78afd99 (patch)
tree1dc088082b46cec02b8adac81a0f201b4a60b9a6 /cmake/test-protobuf.proto
parentMerge pull request #4944 (diff)
parentbuild: protobuf dependency fixes, libusb build (diff)
downloadmonero-9c2d671397974c05a1bdd8b386bc8267d78afd99.tar.xz
Merge pull request #4945
e37154a build: protobuf dependency fixes, libusb build (ph4r05)
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;
+}