mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-07-22 21:17:14 +00:00
Remove hardcoded recompiler, load TOML file for configuration.
This commit is contained in:
@@ -5,12 +5,10 @@ add_compile_options(
|
||||
"/fp:strict"
|
||||
"/GS-"
|
||||
"/EHa-"
|
||||
"-march=haswell"
|
||||
"-march=sandybridge"
|
||||
"-fno-strict-aliasing")
|
||||
|
||||
file(GLOB RecompiledFiles *.cpp)
|
||||
add_library(PowerSample ${RecompiledFiles})
|
||||
|
||||
target_precompile_headers(PowerSample PUBLIC "ppc_recomp_shared.h")
|
||||
|
||||
target_link_libraries(PowerSample PUBLIC PowerUtils)
|
||||
|
Reference in New Issue
Block a user