diff options
| author | bunnei <bunneidev@gmail.com> | 2020-05-11 17:51:26 -0400 |
|---|---|---|
| committer | bunnei <bunneidev@gmail.com> | 2020-05-11 17:51:26 -0400 |
| commit | 33441fa728363998410e5d7f128cd3d26e0bb512 (patch) | |
| tree | aacb925820b6af99f853a3bd2e70d9c433976071 /src/common/CMakeLists.txt | |
| parent | 988e42a3f57e427e4f91172086ccc8a9a52f73eb (diff) | |
common: Add module to get the current time zone.
Diffstat (limited to 'src/common/CMakeLists.txt')
| -rw-r--r-- | src/common/CMakeLists.txt | 2 |
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 |
