From 44646e2ea0b87dffd9a1d175c53e3cea67bce344 Mon Sep 17 00:00:00 2001 From: MerryMage Date: Tue, 24 Jul 2018 11:03:24 +0100 Subject: core_timing: Split off utility functions into core_timing_util --- src/core/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/core/CMakeLists.txt') diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index 44b13f4e6..c5031544d 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -10,6 +10,8 @@ add_library(core STATIC core_cpu.h core_timing.cpp core_timing.h + core_timing_util.cpp + core_timing_util.h file_sys/content_archive.cpp file_sys/content_archive.h file_sys/control_metadata.cpp -- cgit v1.2.3