diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2000-09-12 09:30:35 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2000-09-12 09:30:35 (GMT) |
commit | aa3ca2b432ab346c28ea7c758cbbf57ca346e139 (patch) | |
tree | dec236eb51e746ae123edb3e9c01a5595381e12f /Source/cmWindowsConfigure.h | |
parent | e2ad65d3c27177b8f3ee3c9b81382ea883a3bfbd (diff) | |
download | CMake-aa3ca2b432ab346c28ea7c758cbbf57ca346e139.zip CMake-aa3ca2b432ab346c28ea7c758cbbf57ca346e139.tar.gz CMake-aa3ca2b432ab346c28ea7c758cbbf57ca346e139.tar.bz2 |
ENH: CMake and configure now use SUBDIRS in CMakeLists.txt to find all the directories of the system.
Diffstat (limited to 'Source/cmWindowsConfigure.h')
-rw-r--r-- | Source/cmWindowsConfigure.h | 6 |
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; |