Konstantin Podsvirov | 7155629 | 2016-06-01 17:00:08 +0300 | [diff] [blame^] | 1 | # User options |
| 2 | include("${CMAKE_CURRENT_LIST_DIR}/protobuf-options.cmake") |
Feng Xiao | eee38b0 | 2015-08-22 18:25:48 -0700 | [diff] [blame] | 3 | |
Feng Xiao | eee38b0 | 2015-08-22 18:25:48 -0700 | [diff] [blame] | 4 | # Imported targets |
Walter Gray | 457a297 | 2016-05-28 01:59:58 -0700 | [diff] [blame] | 5 | include("${CMAKE_CURRENT_LIST_DIR}/protobuf-targets.cmake") |
Feng Xiao | eee38b0 | 2015-08-22 18:25:48 -0700 | [diff] [blame] | 6 | |
Feng Xiao | eee38b0 | 2015-08-22 18:25:48 -0700 | [diff] [blame] | 7 | # CMake FindProtobuf module compatible file |
Konstantin Podsvirov | 7155629 | 2016-06-01 17:00:08 +0300 | [diff] [blame^] | 8 | if(protobuf_MODULE_COMPATIBLE) |
| 9 | include("${CMAKE_CURRENT_LIST_DIR}/protobuf-module.cmake") |
Feng Xiao | eee38b0 | 2015-08-22 18:25:48 -0700 | [diff] [blame] | 10 | endif() |