diff options
author | Daniel Eiband <daniel.eiband@brainlab.com> | 2019-09-14 12:16:14 (GMT) |
---|---|---|
committer | Daniel Eiband <daniel.eiband@brainlab.com> | 2019-09-17 20:50:25 (GMT) |
commit | f1e846fddece96d76d4d6b53ff1ca8ed197af550 (patch) | |
tree | a146e9f6fb19a665c92e1dc02526dedb86610050 /Source/cmMakefile.h | |
parent | 4926ab24542d2c9e644feee88efd4a96f8bcab97 (diff) | |
download | CMake-f1e846fddece96d76d4d6b53ff1ca8ed197af550.zip CMake-f1e846fddece96d76d4d6b53ff1ca8ed197af550.tar.gz CMake-f1e846fddece96d76d4d6b53ff1ca8ed197af550.tar.bz2 |
cmMakefile: Extract custom command validation method
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r-- | Source/cmMakefile.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index 28f5452..4a1af7d 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -1067,6 +1067,8 @@ private: bool atOnly, const char* filename, long line, bool replaceAt) const; + bool ValidateCustomCommand(const cmCustomCommandLines& commandLines) const; + void CreateGeneratedSources(const std::vector<std::string>& outputs); /** |