summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalGenerator.h
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-04-28 21:33:51 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-04-28 21:33:51 (GMT)
commit7c5745ae9560851baf383cdac731ccf4c5a65014 (patch)
tree4c4ca6ab11274e42e89002f763a2c76d511b8f6e /Source/cmGlobalGenerator.h
parent3b81a4329420f0cb2ea0f3e7a4662c903e1b3aa0 (diff)
downloadCMake-7c5745ae9560851baf383cdac731ccf4c5a65014.zip
CMake-7c5745ae9560851baf383cdac731ccf4c5a65014.tar.gz
CMake-7c5745ae9560851baf383cdac731ccf4c5a65014.tar.bz2
ENH: Start working on command that will abstract generating of build command
Diffstat (limited to 'Source/cmGlobalGenerator.h')
-rw-r--r--Source/cmGlobalGenerator.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmGlobalGenerator.h b/Source/cmGlobalGenerator.h
index bfaf4aa..a4bd0ba 100644
--- a/Source/cmGlobalGenerator.h
+++ b/Source/cmGlobalGenerator.h
@@ -98,6 +98,8 @@ public:
std::string *output,
const char *makeProgram, const char *config,
bool clean);
+ virtual std::string GenerateBuildCommand(const char* makeProgram, const char *projectName, const char *targetName,
+ const char* config);
///! Set the CMake instance
void SetCMakeInstance(cmake *cm) {