mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 04:40:56 -06:00
Tests: Add test for $<0:...> in ExportImport
This test case already includes test cases for $<1...> and $<0...>, but this commit adds a few $<0:...>'s in cases where it was missing.
This commit is contained in:
@@ -510,9 +510,9 @@ install(
|
||||
cmp0022NEW cmp0022OLD
|
||||
systemlib
|
||||
EXPORT exp
|
||||
RUNTIME DESTINATION $<1:bin>
|
||||
LIBRARY DESTINATION $<1:lib> NAMELINK_SKIP
|
||||
ARCHIVE DESTINATION $<1:lib>
|
||||
RUNTIME DESTINATION $<1:bin>$<0:/wrong>
|
||||
LIBRARY DESTINATION $<1:lib>$<0:/wrong> NAMELINK_SKIP
|
||||
ARCHIVE DESTINATION $<1:lib>$<0:/wrong>
|
||||
${maybe_OBJECTS_DESTINATION}
|
||||
FRAMEWORK DESTINATION Frameworks
|
||||
BUNDLE DESTINATION Applications
|
||||
|
||||
Reference in New Issue
Block a user