summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/VS10Project/SourceGroupFileSet-check.cmake
Commit message (Collapse)AuthorAgeFilesLines
* FILE_SET: Fix source group detectionKyle Edwards2022-08-241-0/+13
Call MatchChildrenFiles() instead of MatchesFiles() in order to account for files being in subgroups of source groups. Fixes: #23880