mirror of
https://github.com/azahar-emu/dynarmic
synced 2025-11-07 07:29:59 +01:00
Redo target_sources
This commit is contained in:
parent
803743488a
commit
263b7cf06b
@ -406,14 +406,16 @@ elseif(ARCHITECTURE STREQUAL "arm64")
|
|||||||
backend/arm64/a32_address_space.h
|
backend/arm64/a32_address_space.h
|
||||||
backend/arm64/a32_core.h
|
backend/arm64/a32_core.h
|
||||||
backend/arm64/a32_interface.cpp
|
backend/arm64/a32_interface.cpp
|
||||||
|
|
||||||
# Move this to the list below when implemented
|
|
||||||
backend/arm64/a64_interface.cpp
|
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if ("A64" IN_LIST DYNARMIC_FRONTENDS)
|
if ("A64" IN_LIST DYNARMIC_FRONTENDS)
|
||||||
message(FATAL_ERROR "TODO: Unimplemented frontend for this host architecture")
|
target_sources(dynarmic PRIVATE
|
||||||
|
backend/arm64/a64_address_space.cpp
|
||||||
|
backend/arm64/a64_address_space.h
|
||||||
|
backend/arm64/a64_core.h
|
||||||
|
backend/arm64/a64_interface.cpp
|
||||||
|
)
|
||||||
endif()
|
endif()
|
||||||
else()
|
else()
|
||||||
message(FATAL_ERROR "Unsupported architecture")
|
message(FATAL_ERROR "Unsupported architecture")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user