summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalGenerator.h
diff options
context:
space:
mode:
authorJustin Goshi <jgoshi@microsoft.com>2019-09-03 17:25:44 (GMT)
committerBrad King <brad.king@kitware.com>2019-09-10 14:45:41 (GMT)
commit8e973b8e8d6542b5dd15173884bde68a9a390949 (patch)
tree34346e3b5cc5debb95aa75f65c87c800fd908052 /Source/cmLocalGenerator.h
parent4d5bbb7704a44e56f43585b3f811f37c5200bdd0 (diff)
downloadCMake-8e973b8e8d6542b5dd15173884bde68a9a390949.zip
CMake-8e973b8e8d6542b5dd15173884bde68a9a390949.tar.gz
CMake-8e973b8e8d6542b5dd15173884bde68a9a390949.tar.bz2
cmLocalGenerator: Add GetTargetFlags overload with backtraces
Diffstat (limited to 'Source/cmLocalGenerator.h')
-rw-r--r--Source/cmLocalGenerator.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/Source/cmLocalGenerator.h b/Source/cmLocalGenerator.h
index 0a41f2a..89472e0 100644
--- a/Source/cmLocalGenerator.h
+++ b/Source/cmLocalGenerator.h
@@ -382,6 +382,12 @@ public:
std::string& flags, std::string& linkFlags,
std::string& frameworkPath, std::string& linkPath,
cmGeneratorTarget* target);
+ void GetTargetFlags(cmLinkLineComputer* linkLineComputer,
+ const std::string& config, std::string& linkLibs,
+ std::string& flags,
+ std::vector<BT<std::string>>& linkFlags,
+ std::string& frameworkPath, std::string& linkPath,
+ cmGeneratorTarget* target);
void GetTargetDefines(cmGeneratorTarget const* target,
std::string const& config, std::string const& lang,
std::set<std::string>& defines) const;