diff options
| author | 2014-04-22 18:35:40 -0400 | |
|---|---|---|
| committer | 2014-04-22 18:35:40 -0400 | |
| commit | 5c89324809f3753e143638acee1168d98ff7db6c (patch) | |
| tree | db2df30e5ad3e627e07d1802a0b6156ba1b1948c /src/core | |
| parent | Re-enable toggling window mode. (diff) | |
| download | yuzu-5c89324809f3753e143638acee1168d98ff7db6c.tar.gz yuzu-5c89324809f3753e143638acee1168d98ff7db6c.tar.xz yuzu-5c89324809f3753e143638acee1168d98ff7db6c.zip | |
updated CMakeLists for missing files
Diffstat (limited to 'src/core')
| -rw-r--r-- | src/core/CMakeLists.txt | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index 9cfb9b1c8..3ba3afa70 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt | |||
| @@ -17,7 +17,15 @@ set(SRCS core.cpp | |||
| 17 | elf/elf_reader.cpp | 17 | elf/elf_reader.cpp |
| 18 | file_sys/directory_file_system.cpp | 18 | file_sys/directory_file_system.cpp |
| 19 | file_sys/meta_file_system.cpp | 19 | file_sys/meta_file_system.cpp |
| 20 | hle/hle.cpp | ||
| 21 | hle/syscall.cpp | ||
| 22 | hle/service/apt.cpp | ||
| 23 | hle/service/gsp.cpp | ||
| 24 | hle/service/hid.cpp | ||
| 25 | hle/service/service.cpp | ||
| 26 | hle/service/srv.cpp | ||
| 20 | hw/hw.cpp | 27 | hw/hw.cpp |
| 21 | hw/hw_lcd.cpp) | 28 | hw/lcd.cpp |
| 29 | hw/ndma.cpp) | ||
| 22 | 30 | ||
| 23 | add_library(core STATIC ${SRCS}) | 31 | add_library(core STATIC ${SRCS}) |