summaryrefslogtreecommitdiffstats
path: root/Source/MFCDialog/CMakeCommandLineInfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/MFCDialog/CMakeCommandLineInfo.h')
-rw-r--r--Source/MFCDialog/CMakeCommandLineInfo.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/MFCDialog/CMakeCommandLineInfo.h b/Source/MFCDialog/CMakeCommandLineInfo.h
index 997f25c..fd4d950 100644
--- a/Source/MFCDialog/CMakeCommandLineInfo.h
+++ b/Source/MFCDialog/CMakeCommandLineInfo.h
@@ -27,6 +27,8 @@ public:
public:
CString m_WhereSource;
CString m_WhereBuild;
+ BOOL m_AdvancedValues;
+ CString m_GeneratorChoiceString;
// Operations
public:
@@ -35,6 +37,8 @@ public:
// Implementation
public:
virtual ~CMakeCommandLineInfo();
+protected:
+ static int GetBoolValue(const CString&);
};
#endif // !defined(CMAKECOMMANDLINEINFO_H)