blob: 373155107d5cb215be71c4f6f30b9179b765ce5c [file] [log] [blame]
Konstantin Podsvirov71556292016-06-01 17:00:08 +03001# User options
2include("${CMAKE_CURRENT_LIST_DIR}/protobuf-options.cmake")
Feng Xiaoeee38b02015-08-22 18:25:48 -07003
Feng Xiaoeee38b02015-08-22 18:25:48 -07004# Imported targets
Walter Gray457a2972016-05-28 01:59:58 -07005include("${CMAKE_CURRENT_LIST_DIR}/protobuf-targets.cmake")
Feng Xiaoeee38b02015-08-22 18:25:48 -07006
Feng Xiaoeee38b02015-08-22 18:25:48 -07007# CMake FindProtobuf module compatible file
Konstantin Podsvirov71556292016-06-01 17:00:08 +03008if(protobuf_MODULE_COMPATIBLE)
9 include("${CMAKE_CURRENT_LIST_DIR}/protobuf-module.cmake")
Feng Xiaoeee38b02015-08-22 18:25:48 -070010endif()