diff options
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r-- | Source/cmMakefile.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index 93d02c8..f2965aa 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -133,6 +133,12 @@ public: const std::vector<std::string>& commandArgs, cmTarget::CustomCommandType type, const char *comment = 0); + void AddCustomCommandToTarget(const char* target, + const char* command, + const std::vector<std::string>& commandArgs, + cmTarget::CustomCommandType type, + const char *comment, + const std::vector<std::string>& depends); /** * Add a custom command to the build. |