diff options
| author | Zach Hilman <zachhilman@gmail.com> | 2019-05-30 08:52:20 -0400 |
|---|---|---|
| committer | Zach Hilman <zachhilman@gmail.com> | 2019-06-20 19:22:04 -0400 |
| commit | 1b7d619914c8d132dbffb8b6a5bb3a1aab686f9d (patch) | |
| tree | 2ced924df90e1a8c0cbd41ef251733a84b48301e /src/core/CMakeLists.txt | |
| parent | 80a8456af85950fb187ae77fb203019044adc8c7 (diff) | |
memory: Add class to manage and enforce memory freezing
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 4204ace2b..c17528134 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -454,6 +454,8 @@ add_library(core STATIC loader/nsp.h loader/xci.cpp loader/xci.h + memory/freezer.cpp + memory/freezer.h memory.cpp memory.h memory_setup.h |
