Lines Matching +full:cmake +full:- +full:options
3 configure_file(${CMAKE_CURRENT_SOURCE_DIR}/protobuf.pc.cmake
5 configure_file(${CMAKE_CURRENT_SOURCE_DIR}/protobuf-lite.pc.cmake
6 ${CMAKE_CURRENT_BINARY_DIR}/protobuf-lite.pc @ONLY)
8 set(_protobuf_libraries libprotobuf-lite libprotobuf)
25 install(TARGETS ${_library} EXPORT protobuf-targets
32 install(TARGETS protoc EXPORT protobuf-targets
43 install(FILES ${CMAKE_CURRENT_BINARY_DIR}/protobuf.pc ${CMAKE_CURRENT_BINARY_DIR}/protobuf-lite.pc …
57 COMPONENT protobuf-headers
61 "\"${protobuf_SOURCE_DIR}/cmake/extract_includes.bat.in\" "
75 string(SUBSTRING "${_string}" ${_length} -1 _draft_list)
85 # Install well-known type proto files
94 COMPONENT protobuf-protos
104 set(_cmakedir_desc "Directory relative to CMAKE_INSTALL to install the cmake configuration files")
106 …set(CMAKE_INSTALL_CMAKEDIR "${CMAKE_INSTALL_LIBDIR}/cmake/protobuf" CACHE STRING "${_cmakedir_desc…
108 set(CMAKE_INSTALL_CMAKEDIR "cmake" CACHE STRING "${_cmakedir_desc}")
112 configure_file(protobuf-config.cmake.in
113 ${CMAKE_INSTALL_CMAKEDIR}/protobuf-config.cmake @ONLY)
114 configure_file(protobuf-config-version.cmake.in
115 ${CMAKE_INSTALL_CMAKEDIR}/protobuf-config-version.cmake @ONLY)
116 configure_file(protobuf-module.cmake.in
117 ${CMAKE_INSTALL_CMAKEDIR}/protobuf-module.cmake @ONLY)
118 configure_file(protobuf-options.cmake
119 ${CMAKE_INSTALL_CMAKEDIR}/protobuf-options.cmake @ONLY)
124 export(TARGETS libprotobuf-lite libprotobuf libprotoc protoc
126 FILE ${CMAKE_INSTALL_CMAKEDIR}/protobuf-targets.cmake
129 export(TARGETS libprotobuf-lite libprotobuf
131 FILE ${CMAKE_INSTALL_CMAKEDIR}/protobuf-targets.cmake
135 install(EXPORT protobuf-targets
138 COMPONENT protobuf-export)
142 COMPONENT protobuf-export
143 PATTERN protobuf-targets.cmake EXCLUDE
149 COMPONENT protobuf-examples)