summaryrefslogtreecommitdiffstats
path: root/Source/cmWindowsConfigure.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmWindowsConfigure.h')
-rw-r--r--Source/cmWindowsConfigure.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/Source/cmWindowsConfigure.h b/Source/cmWindowsConfigure.h
index 662e07d..e0a7413 100644
--- a/Source/cmWindowsConfigure.h
+++ b/Source/cmWindowsConfigure.h
@@ -26,10 +26,16 @@
class cmWindowsConfigure
{
public:
+ /**
+ * Set the path to the top level of the source directory
+ */
void SetWhereSource(const char* dir)
{
m_WhereSource = dir;
}
+ /**
+ * Set the path to the top level of the build directory
+ */
void SetWhereBuild(const char* dir)
{
m_WhereBuild = dir;