summaryrefslogtreecommitdiff
path: root/src/common/CMakeLists.txt
diff options
context:
space:
mode:
authorGravatar Morph2021-06-13 10:31:47 -0400
committerGravatar Morph2021-06-13 11:05:58 -0400
commit391e823c797ba61791eeb98180ed5ea657b7d4c4 (patch)
tree31b852202d266375808c79c9f447791db36407bf /src/common/CMakeLists.txt
parentcommon: logging: backend: Wrap IOFile in a unique_ptr (diff)
downloadyuzu-391e823c797ba61791eeb98180ed5ea657b7d4c4.tar.gz
yuzu-391e823c797ba61791eeb98180ed5ea657b7d4c4.tar.xz
yuzu-391e823c797ba61791eeb98180ed5ea657b7d4c4.zip
common: logging: Restructure backend code
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