mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2025-03-31 20:36:17 +03:00
6 lines
173 B
CMake
6 lines
173 B
CMake
set(protoc_files
|
|
${protobuf_source_dir}/src/google/protobuf/compiler/main.cc
|
|
)
|
|
|
|
add_executable(protoc ${protoc_files})
|
|
target_link_libraries(protoc libprotobuf libprotoc)
|