summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/ObjectLibrary/MissingSource-stderr.txt
Commit message (Collapse)AuthorAgeFilesLines
* Tests/RunCMake: Match 'Tried extensions' output more robustlyBrad King2023-03-091-3/+3
|
* Refactor file extension queries to be more consistentRobert Maynard2020-06-221-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 generationBrad King2013-11-011-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.