summaryrefslogtreecommitdiff
path: root/llama.cpp/cmake/x64-windows-llvm.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'llama.cpp/cmake/x64-windows-llvm.cmake')
-rw-r--r--llama.cpp/cmake/x64-windows-llvm.cmake5
1 files changed, 5 insertions, 0 deletions
diff --git a/llama.cpp/cmake/x64-windows-llvm.cmake b/llama.cpp/cmake/x64-windows-llvm.cmake
new file mode 100644
index 0000000..77e7914
--- /dev/null
+++ b/llama.cpp/cmake/x64-windows-llvm.cmake
@@ -0,0 +1,5 @@
+set( CMAKE_SYSTEM_NAME Windows )
+set( CMAKE_SYSTEM_PROCESSOR x86_64 )
+
+set( CMAKE_C_COMPILER clang )
+set( CMAKE_CXX_COMPILER clang++ )