Brian Silverman | 9c614bc | 2016-02-15 20:20:02 -0500 | [diff] [blame] | 1 | set(protoc_files |
2 | ${protobuf_source_dir}/src/google/protobuf/compiler/main.cc | ||||
3 | ) | ||||
4 | |||||
5 | add_executable(protoc ${protoc_files}) | ||||
6 | target_link_libraries(protoc libprotobuf libprotoc) | ||||
Austin Schuh | 40c1652 | 2018-10-28 20:27:54 -0700 | [diff] [blame] | 7 | add_executable(protobuf::protoc ALIAS protoc) |