diff options
author | Stephen Kelly <steveire@gmail.com> | 2013-01-04 12:31:01 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2013-01-08 13:53:25 (GMT) |
commit | 40cf3fb95bc391519c0db4be1dc03c49e040579f (patch) | |
tree | 5fde04aaf1737fcf0f60e709d5b01e2002608fa3 /CMakeLists.txt | |
parent | 894f52f32d96ae92df0ba3dac2a70fe9c87e818d (diff) | |
download | CMake-40cf3fb95bc391519c0db4be1dc03c49e040579f.zip CMake-40cf3fb95bc391519c0db4be1dc03c49e040579f.tar.gz CMake-40cf3fb95bc391519c0db4be1dc03c49e040579f.tar.bz2 |
Make linking APIs aware of 'head' target
The 'head' is the dependent target to be linked with the current target.
It will be used to evaluate generator expressions with proper handling
of mapped configurations and is used as the source target of properties.
This requires that memoization is done with a key of a pair of target
and config, instead of just config, because now the result also depends
on the target. Removing the memoization entirely is not an option
because it slows cmake down considerably.
Diffstat (limited to 'CMakeLists.txt')
0 files changed, 0 insertions, 0 deletions