diff options
Diffstat (limited to 'src/core/CMakeLists.txt')
| -rw-r--r-- | src/core/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index eb4fef381..3fa5f51f1 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt | |||
| @@ -22,6 +22,8 @@ set(SRCS core.cpp | |||
| 22 | hle/config_mem.cpp | 22 | hle/config_mem.cpp |
| 23 | hle/coprocessor.cpp | 23 | hle/coprocessor.cpp |
| 24 | hle/syscall.cpp | 24 | hle/syscall.cpp |
| 25 | hle/kernel/kernel.cpp | ||
| 26 | hle/kernel/thread.cpp | ||
| 25 | hle/service/apt.cpp | 27 | hle/service/apt.cpp |
| 26 | hle/service/gsp.cpp | 28 | hle/service/gsp.cpp |
| 27 | hle/service/hid.cpp | 29 | hle/service/hid.cpp |