• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# User options
2include("${CMAKE_CURRENT_LIST_DIR}/protobuf-options.cmake")
3
4# Depend packages
5@_protobuf_FIND_ZLIB@
6@_protobuf_FIND_ABSL@
7@_protobuf_FIND_UTF8_RANGE@
8
9# Imported targets
10include("${CMAKE_CURRENT_LIST_DIR}/protobuf-targets.cmake")
11
12# protobuf-generate function
13include("${CMAKE_CURRENT_LIST_DIR}/protobuf-generate.cmake")
14
15# CMake FindProtobuf module compatible file
16if(protobuf_MODULE_COMPATIBLE)
17  include("${CMAKE_CURRENT_LIST_DIR}/protobuf-module.cmake")
18endif()
19