diff options
author | Ken Martin <ken.martin@kitware.com> | 2002-09-18 15:37:40 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2002-09-18 15:37:40 (GMT) |
commit | 610ff11cf3725178d70ff0719aedf2f4520e38ce (patch) | |
tree | 19879cad94ba7715d84ddaa8f7859716071b1f3d /Source/cmMakefile.h | |
parent | f835a83b8d05067522d65756161d7cf5034bb3c4 (diff) | |
download | CMake-610ff11cf3725178d70ff0719aedf2f4520e38ce.zip CMake-610ff11cf3725178d70ff0719aedf2f4520e38ce.tar.gz CMake-610ff11cf3725178d70ff0719aedf2f4520e38ce.tar.bz2 |
now Try compile can include CMAKE_FLAGS
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 c14a4e3..56b5080 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -84,7 +84,8 @@ public: * loaded commands, not as part of the usual build process. */ int TryCompile(const char *srcdir, const char *bindir, - const char *projectName, const char *targetName); + const char *projectName, const char *targetName, + const std::vector<std::string> *cmakeArgs); /** * Specify the makefile generator. This is platform/compiler |