diff options
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r-- | Source/cmMakefile.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index 56b5080..959677b 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -85,7 +85,8 @@ public: */ int TryCompile(const char *srcdir, const char *bindir, const char *projectName, const char *targetName, - const std::vector<std::string> *cmakeArgs); + const std::vector<std::string> *cmakeArgs, + std::string *output); /** * Specify the makefile generator. This is platform/compiler |