Lines Matching full:exports
6 # - The generated CMake exports file for ${project} is called ${project}Targets
7 # (except for LLVM where it's called ${project}Exports for legacy reasons).
8 # - The build target for the CMake exports is called ${project}-cmake-exports
9 # (except LLVM where it's just cmake-exports).
11 # project has any exports for a particular ${distribution} (where ${PROJECT}
113 # it's named ${project}{distribution}Exports for legacy reasons). Also set the
115 # having exports for the distribution.
128 set(suffix "Exports") # legacy
159 set(suffix "Exports.cmake") # legacy
176 # Create the install commands and targets for the distributions' CMake exports.
178 # ${project}-${distribution}-cmake-exports, where ${project} is the project name
180 # for LLVM, where the target is just called ${distribution}-cmake-exports. See
189 set(suffix "Exports") # legacy
200 COMPONENT ${prefix}cmake-exports)
208 set(target ${prefix}${distribution_lower}-cmake-exports)