summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorcoco875 <59367621+coco875@users.noreply.github.com>2025-08-06 14:13:52 +0200
committerLywx <kiritodev01@gmail.com>2025-08-06 09:16:54 -0600
commit7e6fc658cbd028559be275e9a075c22cc86c0eb5 (patch)
tree477ee7d61dedce46a4e027a31b6af4ac17af0480 /cmake
parentfd8fa0d44b42be716287a4d708152e3f3fef62de (diff)
try add clang cl
Diffstat (limited to 'cmake')
-rw-r--r--cmake/toolchain/windows-clang-cl.cmake1
-rw-r--r--cmake/toolchain/windows-msvc.cmake (renamed from cmake/toolchain/windows-msvc)0
2 files changed, 1 insertions, 0 deletions
diff --git a/cmake/toolchain/windows-clang-cl.cmake b/cmake/toolchain/windows-clang-cl.cmake
new file mode 100644
index 0000000..373ac31
--- /dev/null
+++ b/cmake/toolchain/windows-clang-cl.cmake
@@ -0,0 +1 @@
+set(CMAKE_GENERATOR_TOOLSET "clangcl") \ No newline at end of file
diff --git a/cmake/toolchain/windows-msvc b/cmake/toolchain/windows-msvc.cmake
index d5fe2cb..d5fe2cb 100644
--- a/cmake/toolchain/windows-msvc
+++ b/cmake/toolchain/windows-msvc.cmake