diff options
author | Thomas Bernard <tbernard@go-engineering.de> | 2020-07-21 18:13:19 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2020-08-07 15:52:45 (GMT) |
commit | 20ebaed97235d8397638807ff791803f8bd4e215 (patch) | |
tree | d1d1e2ffa88b2c27fcee0be212ec27ea90fc64ad /Help/variable | |
parent | d993ebd4ca0fc1044745dd1874bab082090f9801 (diff) | |
download | CMake-20ebaed97235d8397638807ff791803f8bd4e215.zip CMake-20ebaed97235d8397638807ff791803f8bd4e215.tar.gz CMake-20ebaed97235d8397638807ff791803f8bd4e215.tar.bz2 |
Clang: Add support for passing VFS arguments
Diffstat (limited to 'Help/variable')
-rw-r--r-- | Help/variable/CMAKE_CLANG_VFS_OVERLAY.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Help/variable/CMAKE_CLANG_VFS_OVERLAY.rst b/Help/variable/CMAKE_CLANG_VFS_OVERLAY.rst new file mode 100644 index 0000000..56ac328 --- /dev/null +++ b/Help/variable/CMAKE_CLANG_VFS_OVERLAY.rst @@ -0,0 +1,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. |