Browse Source
Merge pull request #4371 from lioncash/cmake2
core/CMakeLists: Add missing physical_memory.h header file
pull/15/merge
David
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
src/core/CMakeLists.txt
|
|
@ -185,6 +185,7 @@ add_library(core STATIC |
|
|
hle/kernel/object.h |
|
|
hle/kernel/object.h |
|
|
hle/kernel/physical_core.cpp |
|
|
hle/kernel/physical_core.cpp |
|
|
hle/kernel/physical_core.h |
|
|
hle/kernel/physical_core.h |
|
|
|
|
|
hle/kernel/physical_memory.h |
|
|
hle/kernel/process.cpp |
|
|
hle/kernel/process.cpp |
|
|
hle/kernel/process.h |
|
|
hle/kernel/process.h |
|
|
hle/kernel/process_capability.cpp |
|
|
hle/kernel/process_capability.cpp |
|
|
|