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)
commit1f6a436bf4188007b87d2582367cde8f970d5e1f (patch)
tree42f54124bf8b08c8ff3087d43b5aab7675b9b8c9 /Source/cmLocalGenerator.h
parent5355a60fd02417a004c6b4b6b8848ce0ff1ea9fa (diff)
downloadCMake-1f6a436bf4188007b87d2582367cde8f970d5e1f.zip
CMake-1f6a436bf4188007b87d2582367cde8f970d5e1f.tar.gz
CMake-1f6a436bf4188007b87d2582367cde8f970d5e1f.tar.bz2
cmLocalGenerator: Add AddCompileOptions 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 ec97ac2..52f8ac8 100644
--- a/Source/cmLocalGenerator.h
+++ b/Source/cmLocalGenerator.h
@@ -288,6 +288,9 @@ public:
void AddCompileOptions(std::string& flags, cmGeneratorTarget* target,
const std::string& lang, const std::string& config);
+ void AddCompileOptions(std::vector<BT<std::string>>& flags,
+ cmGeneratorTarget* target, const std::string& lang,
+ const std::string& config);
std::string GetProjectName() const;