| # User optionsinclude("${CMAKE_CURRENT_LIST_DIR}/protobuf-options.cmake")# Depend packages@_protobuf_FIND_ZLIB@# Imported targetsinclude("${CMAKE_CURRENT_LIST_DIR}/protobuf-targets.cmake")# CMake FindProtobuf module compatible fileif(protobuf_MODULE_COMPATIBLE)  include("${CMAKE_CURRENT_LIST_DIR}/protobuf-module.cmake")endif()
 |