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