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)
commit291c83f063d310f700e3e1afa756dcdf968d0f09 (patch)
tree763aa1f96b6d4e7dad4e8e2542673300b7716503 /Source/cmLocalGenerator.h
parent8e973b8e8d6542b5dd15173884bde68a9a390949 (diff)
downloadCMake-291c83f063d310f700e3e1afa756dcdf968d0f09.zip
CMake-291c83f063d310f700e3e1afa756dcdf968d0f09.tar.gz
CMake-291c83f063d310f700e3e1afa756dcdf968d0f09.tar.bz2
cmLocalGenerator: Add GetTargetCompileFlags overload with backtraces
Diffstat (limited to 'Source/cmLocalGenerator.h')
-rw-r--r--Source/cmLocalGenerator.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmLocalGenerator.h b/Source/cmLocalGenerator.h
index 89472e0..34f58bd 100644
--- a/Source/cmLocalGenerator.h
+++ b/Source/cmLocalGenerator.h
@@ -397,6 +397,9 @@ public:
void GetTargetCompileFlags(cmGeneratorTarget* target,
std::string const& config,
std::string const& lang, std::string& flags);
+ std::vector<BT<std::string>> GetTargetCompileFlags(cmGeneratorTarget* target,
+ std::string const& config,
+ std::string const& lang);
std::string GetFrameworkFlags(std::string const& l,
std::string const& config,