Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests/RunCMake: Match 'Tried extensions' output more robustly | Brad King | 2023-03-09 | 1 | -3/+3 |
| | |||||
* | Refactor file extension queries to be more consistent | Robert Maynard | 2020-06-22 | 1 | -2/+2 |
| | | | | | It was very easy to forgot to check against all language file extensions. This updates the internal API to have a unified API. | ||||
* | Check for OBJECT_LIBRARY source files at start of generation | Brad King | 2013-11-01 | 1 | -0/+9 |
Teach cmGlobalGenerator::CheckTargets to include OBJECT_LIBRARY targets in the check for source file existence. Extend the RunCMake.ObjectLibrary test to cover this case. |