diff options
author | Sebastian Holtermann <sebholt@xwmw.org> | 2019-05-13 14:42:46 (GMT) |
---|---|---|
committer | Sebastian Holtermann <sebholt@xwmw.org> | 2019-05-14 15:50:14 (GMT) |
commit | 890a1b9dc34820b73f77221f68e04cf1ae811234 (patch) | |
tree | 28714f0da2667444d3bfe0173d0fd1f70a4a59f8 /Source/cmLocalNinjaGenerator.h | |
parent | 7b23001f20440d6c631d9fd6df4ec0092efce4f5 (diff) | |
download | CMake-890a1b9dc34820b73f77221f68e04cf1ae811234.zip CMake-890a1b9dc34820b73f77221f68e04cf1ae811234.tar.gz CMake-890a1b9dc34820b73f77221f68e04cf1ae811234.tar.bz2 |
Ninja: Add support for ADDITIONAL_CLEAN_FILES directory property
Diffstat (limited to 'Source/cmLocalNinjaGenerator.h')
-rw-r--r-- | Source/cmLocalNinjaGenerator.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmLocalNinjaGenerator.h b/Source/cmLocalNinjaGenerator.h index f772fb0..3a30bbb 100644 --- a/Source/cmLocalNinjaGenerator.h +++ b/Source/cmLocalNinjaGenerator.h @@ -105,6 +105,8 @@ private: std::string const& customStep, cmGeneratorTarget const* target) const; + void AdditionalCleanFiles(); + std::string HomeRelativeOutputPath; typedef std::map<cmCustomCommand const*, std::set<cmGeneratorTarget*>> |