diff options
| author | Mai M <mathew1800@gmail.com> | 2021-06-13 14:29:39 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-13 14:29:39 -0400 |
| commit | de12dbb01a143de87b87e85cc0d63b8d1be282b0 (patch) | |
| tree | 0a1a06ac9a7b5a168fd1ca2dfa41804157b831f0 /src/common/CMakeLists.txt | |
| parent | 56afd4ab4bdba2a9f203042c286589be95849aef (diff) | |
| parent | a4454329c110be64a5707649d08d3002f0d8f59f (diff) | |
Merge pull request #6463 from Morph1984/restructure-logging
common: logging: Restructure logging backend
Diffstat (limited to 'src/common/CMakeLists.txt')
| -rw-r--r-- | src/common/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index 97fbdcbf9..7534eb8f1 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt @@ -141,6 +141,7 @@ add_library(common STATIC logging/log.h logging/text_formatter.cpp logging/text_formatter.h + logging/types.h lz4_compression.cpp lz4_compression.h math_util.h |
