summaryrefslogtreecommitdiffstats
path: root/Source/CMakeBuildTargets.cxx
Commit message (Collapse)AuthorAgeFilesLines
* ENH:Documentation and cleanupsWill Schroeder2001-01-111-0/+15
|
* BUG: main can not be void under ANSI C++Dan Blezek2001-01-051-1/+1
|
* ENH: rework cmake, added ruleMaker classes and changed the syntax of the ↵Bill Hoffman2001-01-051-13/+8
| | | | CMakeLists.txt files.
* BUG: if the path to your source directory has a -S in it, it will be picked ↵Dan Blezek2000-10-021-3/+3
| | | | up as the source directory by the command line parser, because it matches -S at any character position in the argements. Bad, should have used getopt, except that it is not cross platform.
* ENH: clean up code, and varible namesBill Hoffman2000-09-211-9/+20
|
* ENH: CMake and configure now use SUBDIRS in CMakeLists.txt to find all the ↵Bill Hoffman2000-09-121-4/+9
| | | | directories of the system.
* NEW: move from tools and config to create CMakeBill Hoffman2000-08-291-0/+41