mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
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
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user