*** empty log message ***
This commit is contained in:
parent
f76a992ff9
commit
541dc47395
16
README
16
README
|
@ -83,9 +83,25 @@ FEATURES:
|
||||||
Add include and directories to the build on windows.
|
Add include and directories to the build on windows.
|
||||||
For unix just add them to the CMakeLocal.make.in
|
For unix just add them to the CMakeLocal.make.in
|
||||||
Add a --with idea, sets a #define in the config.h file
|
Add a --with idea, sets a #define in the config.h file
|
||||||
|
Create a directory
|
||||||
|
Run a command
|
||||||
|
|
||||||
CLEANUP:
|
CLEANUP:
|
||||||
Change ME to LIBRARY, and add PROJECT=
|
Change ME to LIBRARY, and add PROJECT=
|
||||||
Remove the rest of the ITK_* stuff
|
Remove the rest of the ITK_* stuff
|
||||||
move the libs used from the top into the testing...
|
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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue