summaryrefslogtreecommitdiffstats
path: root/Source/cmake.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmake.h')
-rw-r--r--Source/cmake.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmake.h b/Source/cmake.h
index d6ecbe5..143f1e1 100644
--- a/Source/cmake.h
+++ b/Source/cmake.h
@@ -266,5 +266,7 @@ private:
bool m_Local;
bool m_InTryCompile;
std::string m_CMakeCommand;
+ const char* m_CXXEnvironment;
+ const char* m_CCEnvironment;
};