mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-07-22 21:17:14 +00:00
Use clang-cl for all projects & decrease recompiled CPP count.
This commit is contained in:
@@ -1,12 +1,9 @@
|
||||
project("PowerSample")
|
||||
|
||||
set(CMAKE_CXX_COMPILER "clang-cl")
|
||||
set(CMAKE_C_COMPILER "clang-cl")
|
||||
add_compile_options(
|
||||
"/clang:-march=x86-64-v3"
|
||||
"/clang:-Wall"
|
||||
"/clang:-Wno-unused-label"
|
||||
"/clang:-Wno-unused-variable")
|
||||
"-march=x86-64-v3"
|
||||
"-Wno-unused-label"
|
||||
"-Wno-unused-variable")
|
||||
|
||||
file(GLOB RecompiledFiles *.cpp)
|
||||
add_library(PowerSample ${RecompiledFiles})
|
||||
|
Reference in New Issue
Block a user