mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-22 06:31:29 -06:00
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)
|