diff options
author | Sebastian Holtermann <sebholt@xwmw.org> | 2019-05-13 15:58:06 (GMT) |
---|---|---|
committer | Sebastian Holtermann <sebholt@xwmw.org> | 2019-05-14 15:50:14 (GMT) |
commit | 012d599e26392312266e96d5ff6d0b905e7e2647 (patch) | |
tree | 8c95782cdffd07a3551327e7637a895d7c67fbb4 /Source/cmNinjaTargetGenerator.h | |
parent | 890a1b9dc34820b73f77221f68e04cf1ae811234 (diff) | |
download | CMake-012d599e26392312266e96d5ff6d0b905e7e2647.zip CMake-012d599e26392312266e96d5ff6d0b905e7e2647.tar.gz CMake-012d599e26392312266e96d5ff6d0b905e7e2647.tar.bz2 |
Ninja: Add support for ADDITIONAL_CLEAN_FILES target property
Diffstat (limited to 'Source/cmNinjaTargetGenerator.h')
-rw-r--r-- | Source/cmNinjaTargetGenerator.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmNinjaTargetGenerator.h b/Source/cmNinjaTargetGenerator.h index 3dbc1b5..235c60c 100644 --- a/Source/cmNinjaTargetGenerator.h +++ b/Source/cmNinjaTargetGenerator.h @@ -134,6 +134,8 @@ protected: std::string const& objectFileDir, std::string const& flags, std::string const& defines, std::string const& includes); + void AdditionalCleanFiles(); + cmNinjaDeps GetObjects() const { return this->Objects; } void EnsureDirectoryExists(const std::string& dir) const; |