arm64-windows-msvc.cmake 192 B

123456
  1. set( CMAKE_SYSTEM_NAME Windows )
  2. set( CMAKE_SYSTEM_PROCESSOR arm64 )
  3. set( target arm64-pc-windows-msvc )
  4. set( CMAKE_C_COMPILER_TARGET ${target} )
  5. set( CMAKE_CXX_COMPILER_TARGET ${target} )