mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-06-27 13:29:34 -04:00
fix cmake
This commit is contained in:
parent
e4df8475ef
commit
4192a4a7ba
1 changed files with 0 additions and 6 deletions
|
|
@ -183,8 +183,6 @@ if(ARCHITECTURE_x86_64)
|
||||||
x64/cpu_detect.h
|
x64/cpu_detect.h
|
||||||
x64/cpu_wait.cpp
|
x64/cpu_wait.cpp
|
||||||
x64/cpu_wait.h
|
x64/cpu_wait.h
|
||||||
x64/native_clock.cpp
|
|
||||||
x64/native_clock.h
|
|
||||||
x64/rdtsc.cpp
|
x64/rdtsc.cpp
|
||||||
x64/rdtsc.h
|
x64/rdtsc.h
|
||||||
x64/xbyak_abi.h
|
x64/xbyak_abi.h
|
||||||
|
|
@ -192,10 +190,6 @@ if(ARCHITECTURE_x86_64)
|
||||||
target_link_libraries(common PRIVATE xbyak::xbyak)
|
target_link_libraries(common PRIVATE xbyak::xbyak)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(HAS_NCE)
|
|
||||||
target_sources(common PRIVATE arm64/native_clock.cpp arm64/native_clock.h)
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(MSVC)
|
if(MSVC)
|
||||||
target_compile_definitions(
|
target_compile_definitions(
|
||||||
common
|
common
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue