Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | STYLE: use correct case for cmGlobalUnixMakefileGenerator3 | Alexander Neundorf | 2007-08-09 | 1 | -2/+2 |
| | | | | | | make export() work with spaces in the path Alex | ||||
* | COMP: fix warnings | Alexander Neundorf | 2007-07-02 | 1 | -4/+4 |
| | | | | Alex | ||||
* | ENH: add framework for unified handling of arguments to cmake commands, | Alexander Neundorf | 2007-07-02 | 1 | -105/+55 |
| | | | | | | example see cmExportCommand.cxx Alex | ||||
* | ENH: fail if an unknown target is listed | Alexander Neundorf | 2007-06-08 | 1 | -12/+32 |
| | | | | Alex | ||||
* | ENH: add cmExternalMakefileProjectGenerator, which should make it easier to | Alexander Neundorf | 2007-06-08 | 1 | -0/+233 |
write generators for IDE projects, which use already existing makefiles (current the kdevelop generator) -first stept of the export interface, iniitial export() command -more replacements for the FIND_XXX docs Alex |