Explorar o código

core/CMakeLists: Add missing physical_memory.h header file

Allows this header file to show up in IDE CMake generators.
Lioncash %!s(int64=6) %!d(string=hai) anos
pai
achega
311f500753
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/core/CMakeLists.txt

+ 1 - 0
src/core/CMakeLists.txt

@@ -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