CMakeLists: Add missing file
This commit is contained in:
parent
2ea2e44f93
commit
8e01ded5fd
1 changed files with 1 additions and 0 deletions
|
@ -371,6 +371,7 @@ elseif(ARCHITECTURE STREQUAL "arm64")
|
|||
target_sources(dynarmic PRIVATE
|
||||
backend/arm64/a32_jitstate.cpp
|
||||
backend/arm64/a32_jitstate.h
|
||||
backend/arm64/a64_jitstate.h
|
||||
backend/arm64/abi.cpp
|
||||
backend/arm64/abi.h
|
||||
backend/arm64/address_space.cpp
|
||||
|
|
Loading…
Reference in a new issue