diff options
Diffstat (limited to 'Software/External Repositories/Protobuf/protobuf-3.4.1/cmake/protoc.cmake')
| -rw-r--r-- | Software/External Repositories/Protobuf/protobuf-3.4.1/cmake/protoc.cmake | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Software/External Repositories/Protobuf/protobuf-3.4.1/cmake/protoc.cmake b/Software/External Repositories/Protobuf/protobuf-3.4.1/cmake/protoc.cmake new file mode 100644 index 000000000..4f07c389c --- /dev/null +++ b/Software/External Repositories/Protobuf/protobuf-3.4.1/cmake/protoc.cmake @@ -0,0 +1,6 @@ +set(protoc_files + ${protobuf_source_dir}/src/google/protobuf/compiler/main.cc +) + +add_executable(protoc ${protoc_files}) +target_link_libraries(protoc libprotobuf libprotoc) |
