1set( CMAKE_SYSTEM_NAME Windows ) 2set( CMAKE_SYSTEM_PROCESSOR x86_64 ) 3 4set( CMAKE_C_COMPILER clang ) 5set( CMAKE_CXX_COMPILER clang++ )