summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2019-08-05 14:20:13 (GMT)
committerKitware Robot <kwrobot@kitware.com>2019-08-05 14:20:27 (GMT)
commit7eb2fd6ca68e2681a08aef8b1dd8db253b172e00 (patch)
tree38cbf15a897580da28834824f1b9af83a9139072 /Source/cmTarget.h
parent3ebd3fa51d229e0067e8ca24f8fa4ed35ee5dac8 (diff)
parentd70a0f8681919713940d254f9e23141f69f68c31 (diff)
downloadCMake-7eb2fd6ca68e2681a08aef8b1dd8db253b172e00.zip
CMake-7eb2fd6ca68e2681a08aef8b1dd8db253b172e00.tar.gz
CMake-7eb2fd6ca68e2681a08aef8b1dd8db253b172e00.tar.bz2
Merge topic 'fileapi-install-generators'
d70a0f8681 fileapi: Fix codemodel target install destination for cross-dir rules Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3639
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r--Source/cmTarget.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h
index 4e5141b..2b75879 100644
--- a/Source/cmTarget.h
+++ b/Source/cmTarget.h
@@ -21,6 +21,7 @@
class cmCustomCommand;
class cmGlobalGenerator;
+class cmInstallTargetGenerator;
class cmMakefile;
class cmMessenger;
class cmPropertyMap;
@@ -147,6 +148,9 @@ public:
bool GetHaveInstallRule() const;
void SetHaveInstallRule(bool hir);
+ void AddInstallGenerator(cmInstallTargetGenerator* g);
+ std::vector<cmInstallTargetGenerator*> const& GetInstallGenerators() const;
+
/**
* Get/Set whether this target was auto-created by a generator.
*/