summaryrefslogtreecommitdiffstats
path: root/src/core/CMakeLists.txt
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2019-06-28 20:03:38 +0200
committerGitHub <noreply@github.com>2019-06-28 20:03:38 +0200
commitbb4a1e059c269c95ec9f85f5c2149c7cd1c96f02 (patch)
treed5feb91cf0b4020881e68f9bc35db43fc5c63da5 /src/core/CMakeLists.txt
parentMerge pull request #2548 from DarkLordZach/applet-shopn (diff)
parentfreezer: Update documentation (diff)
downloadyuzu-bb4a1e059c269c95ec9f85f5c2149c7cd1c96f02.tar
yuzu-bb4a1e059c269c95ec9f85f5c2149c7cd1c96f02.tar.gz
yuzu-bb4a1e059c269c95ec9f85f5c2149c7cd1c96f02.tar.bz2
yuzu-bb4a1e059c269c95ec9f85f5c2149c7cd1c96f02.tar.lz
yuzu-bb4a1e059c269c95ec9f85f5c2149c7cd1c96f02.tar.xz
yuzu-bb4a1e059c269c95ec9f85f5c2149c7cd1c96f02.tar.zst
yuzu-bb4a1e059c269c95ec9f85f5c2149c7cd1c96f02.zip
Diffstat (limited to 'src/core/CMakeLists.txt')
-rw-r--r--src/core/CMakeLists.txt2
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
settings.h
telemetry_session.cpp
telemetry_session.h
+ tools/freezer.cpp
+ tools/freezer.h
)
create_target_directory_groups(core)