Source release 14.1.0
This commit is contained in:
6
third_party/protobuf/cmake/protoc.cmake
vendored
Normal file
6
third_party/protobuf/cmake/protoc.cmake
vendored
Normal file
@@ -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)
|
||||
Reference in New Issue
Block a user