• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# User options
2include("${CMAKE_CURRENT_LIST_DIR}/protobuf-options.cmake")
3
4# Imported targets
5include("${CMAKE_CURRENT_LIST_DIR}/protobuf-targets.cmake")
6
7# CMake FindProtobuf module compatible file
8if(protobuf_MODULE_COMPATIBLE)
9  include("${CMAKE_CURRENT_LIST_DIR}/protobuf-module.cmake")
10endif()
11