summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.h
diff options
context:
space:
mode:
authorJustin Goshi <jgoshi@microsoft.com>2017-10-13 00:16:57 (GMT)
committerBrad King <brad.king@kitware.com>2017-10-24 18:58:07 (GMT)
commit296eb9ad4c36379c58e2a4461e765de329d23b5d (patch)
treeda6ecb8d04f1f8b5b2eae3eb2c40e431b3d2f483 /Source/cmMakefile.h
parentd0b6c2da8b7fda317e11c66a4b133d4a88eaeef6 (diff)
downloadCMake-296eb9ad4c36379c58e2a4461e765de329d23b5d.zip
CMake-296eb9ad4c36379c58e2a4461e765de329d23b5d.tar.gz
CMake-296eb9ad4c36379c58e2a4461e765de329d23b5d.tar.bz2
cmake-server: Add target install destinations to codemodel
Protocol version is updated to 1.2 since this is a change to what was released in cmake version 3.10.
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r--Source/cmMakefile.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h
index 0273f5b..7c6cca5 100644
--- a/Source/cmMakefile.h
+++ b/Source/cmMakefile.h
@@ -665,6 +665,10 @@ public:
{
return this->InstallGenerators;
}
+ const std::vector<cmInstallGenerator*>& GetInstallGenerators() const
+ {
+ return this->InstallGenerators;
+ }
void AddTestGenerator(cmTestGenerator* g)
{