diff options
author | مهدي شينون (Mehdi Chinoune) <mehdi.chinoune@hotmail.com> | 2022-09-18 12:21:08 (GMT) |
---|---|---|
committer | مهدي شينون (Mehdi Chinoune) <mehdi.chinoune@hotmail.com> | 2022-09-21 11:57:16 (GMT) |
commit | d34e5a98b89d794ad0bb0ea851993393270d5190 (patch) | |
tree | ba6eaf83b49137b60ab7c8977c7e157950cf263c /Modules | |
parent | 27a05e84e2c6f5de56b0b4015b8ed6bc89ce9132 (diff) | |
download | CMake-d34e5a98b89d794ad0bb0ea851993393270d5190.zip CMake-d34e5a98b89d794ad0bb0ea851993393270d5190.tar.gz CMake-d34e5a98b89d794ad0bb0ea851993393270d5190.tar.bz2 |
LLVMFlang: Add support for Windows
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/Platform/Windows-LLVMFlang-Fortran.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Modules/Platform/Windows-LLVMFlang-Fortran.cmake b/Modules/Platform/Windows-LLVMFlang-Fortran.cmake new file mode 100644 index 0000000..42c283a --- /dev/null +++ b/Modules/Platform/Windows-LLVMFlang-Fortran.cmake @@ -0,0 +1,2 @@ +include(Platform/Windows-GNU) +# TODO: MSVC ABI Support |