core/CMakeLists: Add missing physical_memory.h header file

Allows this header file to show up in IDE CMake generators.
This commit is contained in:
Lioncash 2020-07-16 22:56:28 -04:00
parent 3bbf4462db
commit 311f500753

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