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 057b8ca0c..4fcda4874 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt | |||
| @@ -108,6 +108,7 @@ set(SRCS | |||
| 108 | hw/gpu.cpp | 108 | hw/gpu.cpp |
| 109 | hw/hw.cpp | 109 | hw/hw.cpp |
| 110 | hw/lcd.cpp | 110 | hw/lcd.cpp |
| 111 | hw/y2r.cpp | ||
| 111 | loader/3dsx.cpp | 112 | loader/3dsx.cpp |
| 112 | loader/elf.cpp | 113 | loader/elf.cpp |
| 113 | loader/loader.cpp | 114 | loader/loader.cpp |
| @@ -233,6 +234,7 @@ set(HEADERS | |||
| 233 | hw/gpu.h | 234 | hw/gpu.h |
| 234 | hw/hw.h | 235 | hw/hw.h |
| 235 | hw/lcd.h | 236 | hw/lcd.h |
| 237 | hw/y2r.h | ||
| 236 | loader/3dsx.h | 238 | loader/3dsx.h |
| 237 | loader/elf.h | 239 | loader/elf.h |
| 238 | loader/loader.h | 240 | loader/loader.h |