diff options
author | Joel Rosdahl <joel@rosdahl.net> | 2022-09-18 13:36:55 +0200 |
---|---|---|
committer | Joel Rosdahl <joel@rosdahl.net> | 2022-09-21 17:06:32 +0200 |
commit | 4d560848f1c3bd95f8aa338f1b38cae2cdb6d44e (patch) | |
tree | d93aa82d1fcefc14673d86347016a5b93c5ea45e /unittest/CMakeLists.txt | |
parent | 257807e11e204527c94b415361424d9d0c11118e (diff) | |
download | ccache-4d560848f1c3bd95f8aa338f1b38cae2cdb6d44e.tar.gz |
enhance: Add util::TimePoint and util::Duration
Diffstat (limited to 'unittest/CMakeLists.txt')
-rw-r--r-- | unittest/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/unittest/CMakeLists.txt b/unittest/CMakeLists.txt index 5c5ab65d..854d41cb 100644 --- a/unittest/CMakeLists.txt +++ b/unittest/CMakeLists.txt @@ -22,6 +22,7 @@ set( test_util_Bytes.cpp test_util_LockFile.cpp test_util_TextTable.cpp + test_util_TimePoint.cpp test_util_Tokenizer.cpp test_util_XXH3_128.cpp test_util_XXH3_64.cpp |