summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/Ninja/ShowIncludes-cmake.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Generalize RunCMake.Ninja ShowIncludes test infrastructureBrad King2023-01-281-0/+4
| | | | Prepare to add support for more languages.
* Ninja: Match showIncludes dependencies using console output code pageBrad King2022-10-301-0/+7
Generalize the fix from commit 37a279f8d1 (Ninja: Write msvc_deps_prefix as UTF-8 when console codepage is UTF-8, 2020-07-31, v3.19.0-rc1~349^2). `cl /showIncludes` output is encoded using the console output code page, so this is the byte sequence that Ninja must use to match its lines. Fixes: #24068