summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.h
diff options
context:
space:
mode:
authorDaniel Eiband <daniel.eiband@brainlab.com>2019-08-30 09:47:37 (GMT)
committerDaniel Eiband <daniel.eiband@brainlab.com>2019-08-30 11:52:13 (GMT)
commit10507c6dc0918777d43b3f961bd18162866f0bbb (patch)
treed0b05fd25d6c25e3ef47a81905bed33a65cccc49 /Source/cmMakefile.h
parent3ec986ce8e8df269eb6b6b9f37e12b02194168fd (diff)
downloadCMake-10507c6dc0918777d43b3f961bd18162866f0bbb.zip
CMake-10507c6dc0918777d43b3f961bd18162866f0bbb.tar.gz
CMake-10507c6dc0918777d43b3f961bd18162866f0bbb.tar.bz2
cmMakefile: Add configurations getter with empty configuration default
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r--Source/cmMakefile.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h
index dcc4e77..6b9fa6b 100644
--- a/Source/cmMakefile.h
+++ b/Source/cmMakefile.h
@@ -292,6 +292,9 @@ public:
std::string GetConfigurations(std::vector<std::string>& configs,
bool single = true) const;
+ /** Get the configurations for dependency checking. */
+ std::vector<std::string> GetGeneratorConfigs() const;
+
/**
* Set the name of the library.
*/