summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2000-11-03 21:38:44 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2000-11-03 21:38:44 (GMT)
commit541dc47395132baee8b8b9349d496b41194185a4 (patch)
tree9b5ffcbc009d7a1bd4dcb764e4d4cbfa518b66b7 /README
parentf76a992ff97c53a71b4db62f7cd84e809cb1ff22 (diff)
downloadCMake-541dc47395132baee8b8b9349d496b41194185a4.zip
CMake-541dc47395132baee8b8b9349d496b41194185a4.tar.gz
CMake-541dc47395132baee8b8b9349d496b41194185a4.tar.bz2
*** empty log message ***
Diffstat (limited to 'README')
-rw-r--r--README16
1 files changed, 16 insertions, 0 deletions
diff --git a/README b/README
index a34ce64..492e22b 100644
--- a/README
+++ b/README
@@ -83,9 +83,25 @@ FEATURES:
Add include and directories to the build on windows.
For unix just add them to the CMakeLocal.make.in
Add a --with idea, sets a #define in the config.h file
+Create a directory
+Run a command
CLEANUP:
Change ME to LIBRARY, and add PROJECT=
Remove the rest of the ITK_* stuff
move the libs used from the top into the testing...
+
+FEATURES
+1. run a command in the current build directory
+2. make a directory
+3. search for 3rd party software and define some variables
+that can be used in the CMakeLists.txt files. Perhaps from
+some central CMake.in file.
+4. Have cmake define some stuff like:
+ SITE, OS-REV, COMPILER-VERSION
+(use configure for unix, and add stuff to the pc version for windows.)
+
+BUGS:
+1. allow multiple registry entries on windows
+