mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-28 01:49:23 -05:00
c8ccd5a9e3
Add Common Package Specification support to export(EXPORT).
5 lines
176 B
CMake
5 lines
176 B
CMake
add_library(foo INTERFACE)
|
|
install(TARGETS foo EXPORT foo DESTINATION .)
|
|
export(EXPORT foo PACKAGE_INFO LowerCase LOWER_CASE_FILE)
|
|
export(EXPORT foo PACKAGE_INFO PreserveCase)
|