diff options
| author | 2018-05-03 15:09:14 -0400 | |
|---|---|---|
| committer | 2018-05-03 15:09:14 -0400 | |
| commit | 9eccb5de9d8f034442f8255fa6b17f939fe9a00d (patch) | |
| tree | f4b7929059c303f39032c5938e6d6f9b198009ca /src/core/CMakeLists.txt | |
| parent | Merge pull request #433 from lioncash/logging (diff) | |
| parent | memory_hook: Default virtual destructor in the cpp file (diff) | |
| download | yuzu-9eccb5de9d8f034442f8255fa6b17f939fe9a00d.tar.gz yuzu-9eccb5de9d8f034442f8255fa6b17f939fe9a00d.tar.xz yuzu-9eccb5de9d8f034442f8255fa6b17f939fe9a00d.zip | |
Merge pull request #434 from lioncash/vdtor
memory_hook: Default virtual destructor in the cpp file
Diffstat (limited to 'src/core/CMakeLists.txt')
| -rw-r--r-- | src/core/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index 45dbd6796..a41e22f4a 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt | |||
| @@ -253,6 +253,7 @@ add_library(core STATIC | |||
| 253 | loader/nso.h | 253 | loader/nso.h |
| 254 | memory.cpp | 254 | memory.cpp |
| 255 | memory.h | 255 | memory.h |
| 256 | memory_hook.cpp | ||
| 256 | memory_hook.h | 257 | memory_hook.h |
| 257 | memory_setup.h | 258 | memory_setup.h |
| 258 | perf_stats.cpp | 259 | perf_stats.cpp |