diff options
| author | bunnei <bunneidev@gmail.com> | 2018-05-03 15:09:14 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-05-03 15:09:14 -0400 |
| commit | 9eccb5de9d8f034442f8255fa6b17f939fe9a00d (patch) | |
| tree | f4b7929059c303f39032c5938e6d6f9b198009ca /src/core/CMakeLists.txt | |
| parent | 8c665d6752e8b8726e8e78560bb1ed6dc4253305 (diff) | |
| parent | 732a77d0e83746021ae23b90eab1221ccc1f9bad (diff) | |
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 loader/nso.h memory.cpp memory.h + memory_hook.cpp memory_hook.h memory_setup.h perf_stats.cpp |
