mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-24 14:26:09 +03:00
7 lines
173 B
CMake
7 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)
|