diff options
author | Michael Stürmer <michael.stuermer@schaeffler.com> | 2017-08-30 13:30:32 (GMT) |
---|---|---|
committer | Michael Stürmer <michael.stuermer@schaeffler.com> | 2017-09-04 09:41:45 (GMT) |
commit | 34c4108bbcb8774821ac857e0ad0a92294ee8b0b (patch) | |
tree | 031024e2aedfe71d180a405a5d61974ff4923352 /Source/cmCustomCommandGenerator.h | |
parent | 8d13e9c1f5fa7871153ef83aa67d67e72fcaa5c1 (diff) | |
download | CMake-34c4108bbcb8774821ac857e0ad0a92294ee8b0b.zip CMake-34c4108bbcb8774821ac857e0ad0a92294ee8b0b.tar.gz CMake-34c4108bbcb8774821ac857e0ad0a92294ee8b0b.tar.bz2 |
add HasOnlyEmptyCommandLines() method to cmCustomCommandGenerator
Diffstat (limited to 'Source/cmCustomCommandGenerator.h')
-rw-r--r-- | Source/cmCustomCommandGenerator.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmCustomCommandGenerator.h b/Source/cmCustomCommandGenerator.h index ea33b51..34fd653 100644 --- a/Source/cmCustomCommandGenerator.h +++ b/Source/cmCustomCommandGenerator.h @@ -40,6 +40,7 @@ public: std::vector<std::string> const& GetOutputs() const; std::vector<std::string> const& GetByproducts() const; std::vector<std::string> const& GetDepends() const; + bool HasOnlyEmptyCommandLines() const; }; #endif |