summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalGenerator.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2021-12-20 14:32:23 (GMT)
committerKitware Robot <kwrobot@kitware.com>2021-12-20 14:32:42 (GMT)
commitaf9fcbd006dca8489ef22d8ed5115894be35b2ac (patch)
treef0f6fa64263783231b079ed5c8c85c5d9903a4bb /Source/cmLocalGenerator.h
parent0e4d56369c66ddee4ce79aad49cde6208e05d1d6 (diff)
parentea050286e7f4b659518bf5b6c4adbddefa3cc9a6 (diff)
downloadCMake-af9fcbd006dca8489ef22d8ed5115894be35b2ac.zip
CMake-af9fcbd006dca8489ef22d8ed5115894be35b2ac.tar.gz
CMake-af9fcbd006dca8489ef22d8ed5115894be35b2ac.tar.bz2
Merge topic 'improve-CMP0028-messages'
ea050286e7 CMP0028: Report the target whose link interface has an offending item a97c92e46e CMP0028: Report backtrace to link item rather than target creation 0dcbf4ab58 cmGeneratorTarget: Record when imported target link iface libs are done Acked-by: Kitware Robot <kwrobot@kitware.com> Tested-by: buildbot <buildbot@kitware.com> Merge-request: !6810
Diffstat (limited to 'Source/cmLocalGenerator.h')
-rw-r--r--Source/cmLocalGenerator.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/cmLocalGenerator.h b/Source/cmLocalGenerator.h
index c73cd62..115a54a 100644
--- a/Source/cmLocalGenerator.h
+++ b/Source/cmLocalGenerator.h
@@ -193,6 +193,11 @@ public:
return this->GeneratorTargets;
}
+ const GeneratorTargetVector& GetOwnedImportedGeneratorTargets() const
+ {
+ return this->OwnedImportedGeneratorTargets;
+ }
+
void AddGeneratorTarget(std::unique_ptr<cmGeneratorTarget> gt);
void AddImportedGeneratorTarget(cmGeneratorTarget* gt);
void AddOwnedImportedGeneratorTarget(std::unique_ptr<cmGeneratorTarget> gt);