summaryrefslogtreecommitdiff
path: root/src/common/CMakeLists.txt
diff options
context:
space:
mode:
authorGravatar Mai M2021-06-13 14:29:39 -0400
committerGravatar GitHub2021-06-13 14:29:39 -0400
commitde12dbb01a143de87b87e85cc0d63b8d1be282b0 (patch)
tree0a1a06ac9a7b5a168fd1ca2dfa41804157b831f0 /src/common/CMakeLists.txt
parentMerge pull request #6452 from german77/sixaxis_firmware_stub (diff)
parentgeneral: Remove extraneous includes (diff)
downloadyuzu-de12dbb01a143de87b87e85cc0d63b8d1be282b0.tar.gz
yuzu-de12dbb01a143de87b87e85cc0d63b8d1be282b0.tar.xz
yuzu-de12dbb01a143de87b87e85cc0d63b8d1be282b0.zip
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.txt1
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
141 logging/log.h 141 logging/log.h
142 logging/text_formatter.cpp 142 logging/text_formatter.cpp
143 logging/text_formatter.h 143 logging/text_formatter.h
144 logging/types.h
144 lz4_compression.cpp 145 lz4_compression.cpp
145 lz4_compression.h 146 lz4_compression.h
146 math_util.h 147 math_util.h