Merge pull request #2533 from DarkLordZach/memory-frozen

memory: Add class to manage and enforce memory freezing
This commit is contained in:
bunnei
2019-06-28 14:03:38 -04:00
committed by GitHub
4 changed files with 274 additions and 0 deletions

View File

@ -476,6 +476,8 @@ add_library(core STATIC
settings.h
telemetry_session.cpp
telemetry_session.h
tools/freezer.cpp
tools/freezer.h
)
create_target_directory_groups(core)