mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-07-22 21:17:14 +00:00
Rebrand to XenonRecomp.
This commit is contained in:
1
XenonSample/.gitignore
vendored
Normal file
1
XenonSample/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
ppc_*
|
14
XenonSample/CMakeLists.txt
Normal file
14
XenonSample/CMakeLists.txt
Normal file
@@ -0,0 +1,14 @@
|
||||
project("XenonSample")
|
||||
|
||||
add_compile_options(
|
||||
"/D_HAS_EXCEPTIONS=0"
|
||||
"/fp:strict"
|
||||
"/GS-"
|
||||
"/EHa-"
|
||||
"-march=sandybridge"
|
||||
"-fno-strict-aliasing")
|
||||
|
||||
file(GLOB RecompiledFiles *.cpp)
|
||||
add_library(XenonSample ${RecompiledFiles})
|
||||
|
||||
target_precompile_headers(XenonSample PUBLIC "ppc_recomp_shared.h")
|
0
XenonSample/main.cpp
Normal file
0
XenonSample/main.cpp
Normal file
Reference in New Issue
Block a user