summaryrefslogtreecommitdiffstats
path: root/Source/cmGeneratorTarget.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2024-04-29 18:58:33 (GMT)
committerBrad King <brad.king@kitware.com>2024-04-29 21:40:03 (GMT)
commit862b8e28adbbab55c666a2d6eb3eecf0bf452bab (patch)
tree1742055323adf85c0564d739eb7cb588f0346c54 /Source/cmGeneratorTarget.h
parent8d1d6a1437f8bce3c771f93cdafbffcfc7d6173a (diff)
downloadCMake-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.h1
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>