summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2002-09-18 15:37:40 (GMT)
committerKen Martin <ken.martin@kitware.com>2002-09-18 15:37:40 (GMT)
commit610ff11cf3725178d70ff0719aedf2f4520e38ce (patch)
tree19879cad94ba7715d84ddaa8f7859716071b1f3d /Source/cmMakefile.h
parentf835a83b8d05067522d65756161d7cf5034bb3c4 (diff)
downloadCMake-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.h3
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