summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2019-09-03 13:37:00 (GMT)
committerKitware Robot <kwrobot@kitware.com>2019-09-03 13:42:15 (GMT)
commit1f7bd0032253296413770567a90a0a88b6cccb34 (patch)
tree4ad8653e9614c721ed3ce37a09b30be2d2e05159 /Source/cmMakefile.h
parentc4f2f011084a5e64e6f3745071ea56a286758682 (diff)
parent10507c6dc0918777d43b3f961bd18162866f0bbb (diff)
downloadCMake-1f7bd0032253296413770567a90a0a88b6cccb34.zip
CMake-1f7bd0032253296413770567a90a0a88b6cccb34.tar.gz
CMake-1f7bd0032253296413770567a90a0a88b6cccb34.tar.bz2
Merge topic 'add-non-empty-configurations-getter'
10507c6dc0 cmMakefile: Add configurations getter with empty configuration default Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3759
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.
*/