blob: 56ac328ab217fe619e484256e8e40d77decfe3a3 (
plain)
1
2
3
4
5
6
7
8
9
|
CMAKE_CLANG_VFS_OVERLAY
-----------------------
.. versionadded:: 3.19
When cross compiling for windows with clang-cl, this variable can be an
absolute path pointing to a clang virtual file system yaml file, which
will enable clang-cl to resolve windows header names on a case sensitive
file system.
|