diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-10-06 20:35:28 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-10-07 06:37:56 (GMT) |
commit | 7ce0991a7a29e244aee3f61e9e8b1879e59d156c (patch) | |
tree | 3f61f8b09f0edd0372dbc96cd512d4a0e8b21294 /Source/cmGhsMultiTargetGenerator.h | |
parent | 156bd2c983b439478dff5fe84629b5a93e780a92 (diff) | |
download | CMake-7ce0991a7a29e244aee3f61e9e8b1879e59d156c.zip CMake-7ce0991a7a29e244aee3f61e9e8b1879e59d156c.tar.gz CMake-7ce0991a7a29e244aee3f61e9e8b1879e59d156c.tar.bz2 |
GHS: Port API to cmGeneratorTarget.
Diffstat (limited to 'Source/cmGhsMultiTargetGenerator.h')
-rw-r--r-- | Source/cmGhsMultiTargetGenerator.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmGhsMultiTargetGenerator.h b/Source/cmGhsMultiTargetGenerator.h index c29a31e..d1c17f4 100644 --- a/Source/cmGhsMultiTargetGenerator.h +++ b/Source/cmGhsMultiTargetGenerator.h @@ -36,7 +36,7 @@ public: bool IncludeThisTarget(); std::vector<cmSourceFile *> GetSources() const; GhsMultiGpj::Types GetGpjTag() const; - static GhsMultiGpj::Types GetGpjTag(const cmTarget *target); + static GhsMultiGpj::Types GetGpjTag(const cmGeneratorTarget* target); const char *GetAbsBuildFilePath() const { return this->AbsBuildFilePath.c_str(); @@ -95,7 +95,7 @@ private: std::string GetOutputFilename(const std::string &config) const; bool IsNotKernel(std::string const &config, const std::string &language); - static bool DetermineIfTargetGroup(const cmTarget *target); + static bool DetermineIfTargetGroup(const cmGeneratorTarget* target); bool DetermineIfDynamicDownload(std::string const &config, const std::string &language); |