diff options
author | luigi1111 <luigi1111w@gmail.com> | 2018-12-31 15:53:59 -0600 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2018-12-31 15:53:59 -0600 |
commit | 9c2d671397974c05a1bdd8b386bc8267d78afd99 (patch) | |
tree | 1dc088082b46cec02b8adac81a0f201b4a60b9a6 /cmake/test-protobuf.proto | |
parent | Merge pull request #4944 (diff) | |
parent | build: protobuf dependency fixes, libusb build (diff) | |
download | monero-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.proto | 7 |
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; +} |