This website requires JavaScript.
Explore
Help
Sign In
kolan
/
CMake
Watch
1
Star
0
Fork
You've already forked CMake
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
401229759c
CMake
/
Tests
/
ExportImport
/
Export
/
testLibPerConfigDest.c
2 lines
45 B
C
Raw
Normal View
History
Unescape
Escape
install: Allow generator expressions in TARGETS DESTINATION (#14317) This will allow per-config destinations for targets in EXPORT sets. Using multiple install(TARGETS) with separate CONFIGURATIONS is rejected as a target appearing more than once in an export set. Now instead one can write install(TARGETS foo EXPORT exp DESTINATION lib/$<CONFIG>) to get a single logical membership of the target in the export set while still having a per-config destination.
2015-02-11 22:02:45 +03:00
int
testLibPerConfigDest
(
void
)
{
return
0
;
}