summaryrefslogtreecommitdiffstats
path: root/Source/cmCustomCommandGenerator.h
diff options
context:
space:
mode:
authorMichael Stürmer <michael.stuermer@schaeffler.com>2017-08-30 13:30:32 (GMT)
committerMichael Stürmer <michael.stuermer@schaeffler.com>2017-09-04 09:41:45 (GMT)
commit34c4108bbcb8774821ac857e0ad0a92294ee8b0b (patch)
tree031024e2aedfe71d180a405a5d61974ff4923352 /Source/cmCustomCommandGenerator.h
parent8d13e9c1f5fa7871153ef83aa67d67e72fcaa5c1 (diff)
downloadCMake-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.h1
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