summaryrefslogtreecommitdiffstats
path: root/Source/itkVC60Configure.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2000-09-12 09:30:35 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2000-09-12 09:30:35 (GMT)
commitaa3ca2b432ab346c28ea7c758cbbf57ca346e139 (patch)
treedec236eb51e746ae123edb3e9c01a5595381e12f /Source/itkVC60Configure.h
parente2ad65d3c27177b8f3ee3c9b81382ea883a3bfbd (diff)
downloadCMake-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/itkVC60Configure.h')
-rw-r--r--Source/itkVC60Configure.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/Source/itkVC60Configure.h b/Source/itkVC60Configure.h
index b86b0ea..a30c71e 100644
--- a/Source/itkVC60Configure.h
+++ b/Source/itkVC60Configure.h
@@ -25,8 +25,17 @@
class itkVC60Configure : public cmWindowsConfigure
{
public:
+ /**
+ * implement configure from parent
+ */
virtual void Configure();
+ /**
+ * create the main itk configure file
+ */
virtual void GenerateITKConfigHeader();
+ /**
+ * Create the vnl configure file
+ */
virtual void GenerateVNLConfigHeader();
protected:
void CopyFileTo(const char* source,