protobuf/cmake/protobuf-config.cmake.in

11 lines
300 B
CMake
Raw Normal View History

# User options
include("${CMAKE_CURRENT_LIST_DIR}/protobuf-options.cmake")
2015-08-23 01:25:48 +00:00
# Imported targets
2016-05-28 08:59:58 +00:00
include("${CMAKE_CURRENT_LIST_DIR}/protobuf-targets.cmake")
2015-08-23 01:25:48 +00:00
# CMake FindProtobuf module compatible file
if(protobuf_MODULE_COMPATIBLE)
include("${CMAKE_CURRENT_LIST_DIR}/protobuf-module.cmake")
2015-08-23 01:25:48 +00:00
endif()