protobuf-config.cmake.in 341 B

12345678910111213
  1. # User options
  2. include("${CMAKE_CURRENT_LIST_DIR}/protobuf-options.cmake")
  3. # Depend packages
  4. @_protobuf_FIND_ZLIB@
  5. # Imported targets
  6. include("${CMAKE_CURRENT_LIST_DIR}/protobuf-targets.cmake")
  7. # CMake FindProtobuf module compatible file
  8. if(protobuf_MODULE_COMPATIBLE)
  9. include("${CMAKE_CURRENT_LIST_DIR}/protobuf-module.cmake")
  10. endif()