mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
When Clang targets the MSVC ABI, discover the MSVC standard library's import-std metadata discovery through the MSVC module logic. Also extend the latter to use `CMAKE_CXX_STANDARD_INCLUDE_DIRECTORIES` and honor `CMAKE_CXX_STDLIB_MODULES_JSON`. Closes: #26761 Signed-off-by: Sharadh Rajaraman <r.sharadh@outlook.sg>