6 lines
158 B
CMake
6 lines
158 B
CMake
project(DependsMultipleDifferentSets CXX)
|
|
include(DependsMultipleCommon.cmake)
|
|
|
|
install(TARGETS foo EXPORT foo-alt)
|
|
install(EXPORT foo-alt DESTINATION cmake)
|