summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/VS10Project/SourceGroupCMakeLists-check.cmake
Commit message (Collapse)AuthorAgeFilesLines
* source_group: Improved generated filters testsMateusz Janek2019-08-161-26/+4
|
* Restore support for a custom source group for CMakeLists.txtBrad King2019-01-141-0/+33
Since commit v3.11.0-rc1~467^2 (VS,Xcode: Add CMakeLists.txt sources without mutating targets, 2017-10-18) we do not add `CMakeLists.txt` to target sources but instead generate references to them directly. This accidentally dropped generation of the `.vcxproj.filters` entry for a source group in which `CMakeLists.txt` is the only member. Fixes: #18795