diff options
| author | 2019-06-28 14:03:38 -0400 | |
|---|---|---|
| committer | 2019-06-28 14:03:38 -0400 | |
| commit | bb4a1e059c269c95ec9f85f5c2149c7cd1c96f02 (patch) | |
| tree | d5feb91cf0b4020881e68f9bc35db43fc5c63da5 /src/core/CMakeLists.txt | |
| parent | Merge pull request #2548 from DarkLordZach/applet-shopn (diff) | |
| parent | freezer: Update documentation (diff) | |
| download | yuzu-bb4a1e059c269c95ec9f85f5c2149c7cd1c96f02.tar.gz yuzu-bb4a1e059c269c95ec9f85f5c2149c7cd1c96f02.tar.xz yuzu-bb4a1e059c269c95ec9f85f5c2149c7cd1c96f02.zip | |
Merge pull request #2533 from DarkLordZach/memory-frozen
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 d65659b44..cb77b99ee 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt | |||
| @@ -476,6 +476,8 @@ add_library(core STATIC | |||
| 476 | settings.h | 476 | settings.h |
| 477 | telemetry_session.cpp | 477 | telemetry_session.cpp |
| 478 | telemetry_session.h | 478 | telemetry_session.h |
| 479 | tools/freezer.cpp | ||
| 480 | tools/freezer.h | ||
| 479 | ) | 481 | ) |
| 480 | 482 | ||
| 481 | create_target_directory_groups(core) | 483 | create_target_directory_groups(core) |