summaryrefslogtreecommitdiffstats
path: root/src/common/CMakeLists.txt
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2020-05-11 23:51:26 +0200
committerbunnei <bunneidev@gmail.com>2020-05-11 23:51:26 +0200
commit33441fa728363998410e5d7f128cd3d26e0bb512 (patch)
treeaacb925820b6af99f853a3bd2e70d9c433976071 /src/common/CMakeLists.txt
parentcore: settings: Add a setting for time zone. (diff)
downloadyuzu-33441fa728363998410e5d7f128cd3d26e0bb512.tar
yuzu-33441fa728363998410e5d7f128cd3d26e0bb512.tar.gz
yuzu-33441fa728363998410e5d7f128cd3d26e0bb512.tar.bz2
yuzu-33441fa728363998410e5d7f128cd3d26e0bb512.tar.lz
yuzu-33441fa728363998410e5d7f128cd3d26e0bb512.tar.xz
yuzu-33441fa728363998410e5d7f128cd3d26e0bb512.tar.zst
yuzu-33441fa728363998410e5d7f128cd3d26e0bb512.zip
Diffstat (limited to 'src/common/CMakeLists.txt')
-rw-r--r--src/common/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt
index d1ec8ff08..e6769a5f3 100644
--- a/src/common/CMakeLists.txt
+++ b/src/common/CMakeLists.txt
@@ -148,6 +148,8 @@ add_library(common STATIC
thread.h
thread_queue_list.h
threadsafe_queue.h
+ time_zone.cpp
+ time_zone.h
timer.cpp
timer.h
uint128.cpp