diff options
author | Brad King <brad.king@kitware.com> | 2024-04-29 18:58:33 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2024-04-29 21:40:03 (GMT) |
commit | 862b8e28adbbab55c666a2d6eb3eecf0bf452bab (patch) | |
tree | 1742055323adf85c0564d739eb7cb588f0346c54 /Source/cmGeneratorTarget.h | |
parent | 8d1d6a1437f8bce3c771f93cdafbffcfc7d6173a (diff) | |
download | CMake-862b8e28adbbab55c666a2d6eb3eecf0bf452bab.zip CMake-862b8e28adbbab55c666a2d6eb3eecf0bf452bab.tar.gz CMake-862b8e28adbbab55c666a2d6eb3eecf0bf452bab.tar.bz2 |
GenEx: Teach TARGET_PROPERTY evaluation to optionally pierce LINK_ONLY
Diffstat (limited to 'Source/cmGeneratorTarget.h')
-rw-r--r-- | Source/cmGeneratorTarget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmGeneratorTarget.h b/Source/cmGeneratorTarget.h index fc625b9..e316eb8 100644 --- a/Source/cmGeneratorTarget.h +++ b/Source/cmGeneratorTarget.h @@ -889,6 +889,7 @@ public: struct TransitiveProperty { cm::string_view InterfaceName; + LinkInterfaceFor InterfaceFor; }; static const std::map<cm::string_view, TransitiveProperty> |