mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-30 11:10:06 -05:00
c8ccd5a9e3
Add Common Package Specification support to export(EXPORT).
6 lines
139 B
CMake
6 lines
139 B
CMake
project(DependsMultipleDifferentSets CXX)
|
|
include(DependsMultipleCommon.cmake)
|
|
|
|
install(TARGETS foo EXPORT foo-alt)
|
|
export(EXPORT foo-alt)
|