mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-12 10:10:08 -06:00
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)
|