Protocol Buffers - Google's data interchange format (grpc依赖)
https://developers.google.com/protocol-buffers/
8 lines
165 B
8 lines
165 B
2 years ago
|
# Depend packages
|
||
|
if(NOT TARGET absl::strings)
|
||
|
find_package(absl CONFIG)
|
||
|
endif()
|
||
|
|
||
|
# Imported targets
|
||
|
include("${CMAKE_CURRENT_LIST_DIR}/utf8_range-targets.cmake")
|