Explorar el Código

core/CMakeLists: Add missing physical_memory.h header file

Allows this header file to show up in IDE CMake generators.
Lioncash hace 6 años
padre
commit
311f500753
Se han modificado 1 ficheros con 1 adiciones y 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