summaryrefslogtreecommitdiffstats
path: root/Source/cmake.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmake.h')
-rw-r--r--Source/cmake.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/cmake.h b/Source/cmake.h
index 80c9de8..e1eda4a 100644
--- a/Source/cmake.h
+++ b/Source/cmake.h
@@ -329,6 +329,10 @@ class cmake
// Define the properties
static void DefineProperties(cmake *cm);
+ void SetCMakeEditCommand(const char* s)
+ {
+ this->CMakeEditCommand = s;
+ }
protected:
int HandleDeleteCacheVariables(const char* var);
cmPropertyMap Properties;
@@ -413,6 +417,7 @@ private:
bool InTryCompile;
bool ScriptMode;
bool DebugOutput;
+ std::string CMakeEditCommand;
std::string CMakeCommand;
std::string CXXEnvironment;
std::string CCEnvironment;