Merge pull request #4371 from lioncash/cmake2

core/CMakeLists: Add missing physical_memory.h header file
This commit is contained in:
David 2020-07-17 13:22:19 +10:00 committed by GitHub
commit 92f37a229e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -185,6 +185,7 @@ add_library(core STATIC
hle/kernel/object.h
hle/kernel/physical_core.cpp
hle/kernel/physical_core.h
hle/kernel/physical_memory.h
hle/kernel/process.cpp
hle/kernel/process.h
hle/kernel/process_capability.cpp