summaryrefslogtreecommitdiffstats
path: root/src/common/CMakeLists.txt
diff options
context:
space:
mode:
authorliushuyu <liushuyu011@gmail.com>2022-01-09 05:42:11 +0100
committerliushuyu <liushuyu011@gmail.com>2022-01-10 01:35:33 +0100
commit09f4f3f23b5181883c7423a171edd5ec6467df02 (patch)
tree62b940e8d5532affe487ed43bd97cd2992fe07f6 /src/common/CMakeLists.txt
parentcmake: upgrade Conan package fmt to 8.1.1 ... (diff)
downloadyuzu-09f4f3f23b5181883c7423a171edd5ec6467df02.tar
yuzu-09f4f3f23b5181883c7423a171edd5ec6467df02.tar.gz
yuzu-09f4f3f23b5181883c7423a171edd5ec6467df02.tar.bz2
yuzu-09f4f3f23b5181883c7423a171edd5ec6467df02.tar.lz
yuzu-09f4f3f23b5181883c7423a171edd5ec6467df02.tar.xz
yuzu-09f4f3f23b5181883c7423a171edd5ec6467df02.tar.zst
yuzu-09f4f3f23b5181883c7423a171edd5ec6467df02.zip
Diffstat (limited to 'src/common/CMakeLists.txt')
-rw-r--r--src/common/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt
index 790193b00..adf70eb8b 100644
--- a/src/common/CMakeLists.txt
+++ b/src/common/CMakeLists.txt
@@ -85,6 +85,7 @@ add_library(common STATIC
logging/backend.h
logging/filter.cpp
logging/filter.h
+ logging/formatter.h
logging/log.h
logging/log_entry.h
logging/text_formatter.cpp