summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.h
diff options
context:
space:
mode:
authorDaniel Eiband <daniel.eiband@brainlab.com>2019-09-14 12:16:14 (GMT)
committerDaniel Eiband <daniel.eiband@brainlab.com>2019-09-17 20:50:25 (GMT)
commitf1e846fddece96d76d4d6b53ff1ca8ed197af550 (patch)
treea146e9f6fb19a665c92e1dc02526dedb86610050 /Source/cmMakefile.h
parent4926ab24542d2c9e644feee88efd4a96f8bcab97 (diff)
downloadCMake-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.h2
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);
/**