From 52b3e1c651fbd428a488b39c2a4200a51f3bd728 Mon Sep 17 00:00:00 2001 From: Duncan Ogilvie Date: Wed, 15 Jan 2025 02:37:44 +0100 Subject: [PATCH] Add more toolchains --- x86-windows-gnu.cmake | 1 + x86_64-windows-msvc.cmake | 1 + 2 files changed, 2 insertions(+) create mode 100644 x86-windows-gnu.cmake create mode 100644 x86_64-windows-msvc.cmake diff --git a/x86-windows-gnu.cmake b/x86-windows-gnu.cmake new file mode 100644 index 0000000..f210834 --- /dev/null +++ b/x86-windows-gnu.cmake @@ -0,0 +1 @@ +include(${CMAKE_CURRENT_LIST_DIR}/cmake/zig-toolchain.cmake) \ No newline at end of file diff --git a/x86_64-windows-msvc.cmake b/x86_64-windows-msvc.cmake new file mode 100644 index 0000000..f210834 --- /dev/null +++ b/x86_64-windows-msvc.cmake @@ -0,0 +1 @@ +include(${CMAKE_CURRENT_LIST_DIR}/cmake/zig-toolchain.cmake) \ No newline at end of file