mirror of
https://github.com/Qv2ray/Qv2ray.git
synced 2025-05-20 02:40:20 +08:00
6 lines
189 B
CMake
6 lines
189 B
CMake
find_package(Protobuf REQUIRED)
|
|
protobuf_generate_cpp(PROTO_SRCS PROTO_HDRS ${CMAKE_SOURCE_DIR}/assets/v2ray_geosite.proto)
|
|
set(QV2RAY_PROTOBUF_LIBRARY
|
|
protobuf::libprotobuf
|
|
)
|