Redo target_sources

This commit is contained in:
Liam 2022-11-13 13:54:06 -05:00
parent 803743488a
commit 263b7cf06b

View file

@ -406,14 +406,16 @@ elseif(ARCHITECTURE STREQUAL "arm64")
backend/arm64/a32_address_space.h
backend/arm64/a32_core.h
backend/arm64/a32_interface.cpp
# Move this to the list below when implemented
backend/arm64/a64_interface.cpp
)
endif()
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()
else()
message(FATAL_ERROR "Unsupported architecture")