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 bbc285168..ea5533dcf 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt | |||
| @@ -96,6 +96,7 @@ set(SRCS | |||
| 96 | hw/gpu.cpp | 96 | hw/gpu.cpp |
| 97 | hw/hw.cpp | 97 | hw/hw.cpp |
| 98 | hw/lcd.cpp | 98 | hw/lcd.cpp |
| 99 | hw/y2r.cpp | ||
| 99 | loader/3dsx.cpp | 100 | loader/3dsx.cpp |
| 100 | loader/elf.cpp | 101 | loader/elf.cpp |
| 101 | loader/loader.cpp | 102 | loader/loader.cpp |
| @@ -209,6 +210,7 @@ set(HEADERS | |||
| 209 | hw/gpu.h | 210 | hw/gpu.h |
| 210 | hw/hw.h | 211 | hw/hw.h |
| 211 | hw/lcd.h | 212 | hw/lcd.h |
| 213 | hw/y2r.h | ||
| 212 | loader/3dsx.h | 214 | loader/3dsx.h |
| 213 | loader/elf.h | 215 | loader/elf.h |
| 214 | loader/loader.h | 216 | loader/loader.h |