diff options
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r-- | Source/cmMakefile.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index 6692c68..35c7cb0 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -133,7 +133,10 @@ public: /** * Add an executable to the build. */ - void AddExecutable(const char *exename, const std::vector<std::string> &srcs); + void AddExecutable(const char *exename, + const std::vector<std::string> &srcs); + void AddExecutable(const char *exename, + const std::vector<std::string> &srcs, bool win32); /** * Add a utility to the build. A utiltity target is |