2016-06-01 14:00:08 +00:00
|
|
|
# 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
|
2016-06-01 14:00:08 +00:00
|
|
|
if(protobuf_MODULE_COMPATIBLE)
|
|
|
|
include("${CMAKE_CURRENT_LIST_DIR}/protobuf-module.cmake")
|
2015-08-23 01:25:48 +00:00
|
|
|
endif()
|