diff options
| author | 2022-01-09 18:29:59 -0800 | |
|---|---|---|
| committer | 2022-01-09 18:29:59 -0800 | |
| commit | b3308830b217cbdd9638b11e8660d079e16b3f01 (patch) | |
| tree | 59866b89fe1f5b29f40ace68e6e20badc7c38d30 /src/common/CMakeLists.txt | |
| parent | Merge pull request #7687 from german77/tas_handle (diff) | |
| parent | logging/log.h: move enum class formatter to a separate file ... (diff) | |
| download | yuzu-b3308830b217cbdd9638b11e8660d079e16b3f01.tar.gz yuzu-b3308830b217cbdd9638b11e8660d079e16b3f01.tar.xz yuzu-b3308830b217cbdd9638b11e8660d079e16b3f01.zip | |
Merge pull request #7683 from liushuyu/fmt-8.1
logging: adapt to changes in fmt 8.1
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 790193b00..adf70eb8b 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt | |||
| @@ -85,6 +85,7 @@ add_library(common STATIC | |||
| 85 | logging/backend.h | 85 | logging/backend.h |
| 86 | logging/filter.cpp | 86 | logging/filter.cpp |
| 87 | logging/filter.h | 87 | logging/filter.h |
| 88 | logging/formatter.h | ||
| 88 | logging/log.h | 89 | logging/log.h |
| 89 | logging/log_entry.h | 90 | logging/log_entry.h |
| 90 | logging/text_formatter.cpp | 91 | logging/text_formatter.cpp |