diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2000-09-21 17:45:08 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2000-09-21 17:45:08 (GMT) |
commit | 1e3ba0f1d72873233193ce69614fd4bd880e8fc5 (patch) | |
tree | da0313b2bf9af52e9b17f639d78a940788c30a2a /README | |
parent | 749b7ff7a3556934f4a7d6ead0f9a4d3ade7fad0 (diff) | |
download | CMake-1e3ba0f1d72873233193ce69614fd4bd880e8fc5.zip CMake-1e3ba0f1d72873233193ce69614fd4bd880e8fc5.tar.gz CMake-1e3ba0f1d72873233193ce69614fd4bd880e8fc5.tar.bz2 |
ENH: clean up code, and varible names
Diffstat (limited to 'README')
-rw-r--r-- | README | 12 |
1 files changed, 10 insertions, 2 deletions
@@ -67,6 +67,14 @@ make TODO: -configure stuff for windows should be a copy configure file -read in depend regular expression from a file + + +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 + +Change ME to LIBRARY, and add PROJECT= + + |