diff options
| author | MerryMage <MerryMage@users.noreply.github.com> | 2018-07-24 11:03:24 +0100 |
|---|---|---|
| committer | MerryMage <MerryMage@users.noreply.github.com> | 2018-07-24 11:03:24 +0100 |
| commit | 44646e2ea0b87dffd9a1d175c53e3cea67bce344 (patch) | |
| tree | fd2dcd57424487cf054d98a018ae9d5c62cfd60a /src/core/CMakeLists.txt | |
| parent | b8459d27789fbaeeccac54ed1a61da8f064cd9e0 (diff) | |
core_timing: Split off utility functions into core_timing_util
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 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 |
