summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2000-09-27 19:01:19 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2000-09-27 19:01:19 (GMT)
commit74c1345333b456eb34480c987bc186ef2af3c536 (patch)
tree0c0751e4bfef94831377d7f5e20202b27cd06de9 /README
parent1e3ba0f1d72873233193ce69614fd4bd880e8fc5 (diff)
downloadCMake-74c1345333b456eb34480c987bc186ef2af3c536.zip
CMake-74c1345333b456eb34480c987bc186ef2af3c536.tar.gz
CMake-74c1345333b456eb34480c987bc186ef2af3c536.tar.bz2
ENH: change ME to LIBRARY and added PROJECT, also remove ITK stuff and replaced with CMake
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index bc70780..64dbbe9 100644
--- a/README
+++ b/README
@@ -68,13 +68,13 @@ make
TODO:
-
+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
+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...