1 # User options 2 include("${CMAKE_CURRENT_LIST_DIR}/protobuf-options.cmake") 3 4 # Imported targets 5 include("${CMAKE_CURRENT_LIST_DIR}/protobuf-targets.cmake") 6 7 # CMake FindProtobuf module compatible file 8 if(protobuf_MODULE_COMPATIBLE) 9 include("${CMAKE_CURRENT_LIST_DIR}/protobuf-module.cmake") 10 endif() 11