Redo target_sources
This commit is contained in:
parent
803743488a
commit
263b7cf06b
1 changed files with 6 additions and 4 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue