mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2024-11-11 21:39:52 +00:00
7 lines
192 B
CMake
7 lines
192 B
CMake
|
set( CMAKE_SYSTEM_NAME Windows )
|
||
|
set( CMAKE_SYSTEM_PROCESSOR arm64 )
|
||
|
|
||
|
set( target arm64-pc-windows-msvc )
|
||
|
set( CMAKE_C_COMPILER_TARGET ${target} )
|
||
|
set( CMAKE_CXX_COMPILER_TARGET ${target} )
|