protobuf-config.cmake.in 341 Bytes
Newer Older
1 2
# User options
include("${CMAKE_CURRENT_LIST_DIR}/protobuf-options.cmake")
3

4 5 6
# Depend packages
@_protobuf_FIND_ZLIB@

7
# Imported targets
8
include("${CMAKE_CURRENT_LIST_DIR}/protobuf-targets.cmake")
9 10

# CMake FindProtobuf module compatible file
11 12
if(protobuf_MODULE_COMPATIBLE)
  include("${CMAKE_CURRENT_LIST_DIR}/protobuf-module.cmake")
13
endif()