protobuf-config.cmake.in 300 B

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