Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | source_group: Improved generated filters tests | Mateusz Janek | 2019-08-16 | 1 | -26/+4 |
| | |||||
* | Restore support for a custom source group for CMakeLists.txt | Brad King | 2019-01-14 | 1 | -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 |