Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Record set of targets used in cmGeneratorExpression | Brad King | 2010-12-15 | 1 | -0/+6 |
| | |||||
* | Optionally suppress errors in cmGeneratorExpression | Brad King | 2010-12-15 | 1 | -1/+3 |
| | |||||
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
| | | | | | | | This converts the CMake license to a pure 3-clause OSI-approved BSD License. We drop the previous license clause requiring modified versions to be plainly marked. We also update the CMake copyright to cover the full development time range. | ||||
* | Introduce "generator expressions" to add_test() | Brad King | 2009-08-11 | 1 | -0/+55 |
This introduces a new syntax called "generator expressions" to the test COMMAND option of the add_test(NAME) command mode. These expressions have a syntax like $<TARGET_FILE:mytarget> and are evaluated during build system generation. This syntax allows per-configuration target output files to be referenced in test commands and arguments. |