mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-04-19 19:01:17 +00:00
Compile static instead of shared.
This commit is contained in:
parent
06aeb62472
commit
182b9a5060
@ -6,7 +6,7 @@ set(CMAKE_C_COMPILER "clang-cl")
|
||||
add_compile_options("-march=x86-64-v3")
|
||||
|
||||
file(GLOB RecompiledFiles *.cpp)
|
||||
add_library(PowerSample SHARED ${RecompiledFiles})
|
||||
add_library(PowerSample ${RecompiledFiles})
|
||||
|
||||
target_precompile_headers(PowerSample PUBLIC "ppc_recomp_shared.h")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user