diff options
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 3b844fa..3b41a71 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -167,9 +167,11 @@ public: */ void AddUtilityCommand(const char* utilityName, const char* command, + const char* arguments, bool all); void AddUtilityCommand(const char* utilityName, const char* command, + const char* arguments, bool all, const std::vector<std::string> &depends, const std::vector<std::string> &outputs); |