diff options
author | Zach Hilman <zachhilman@gmail.com> | 2018-08-10 02:43:45 +0200 |
---|---|---|
committer | Zach Hilman <zachhilman@gmail.com> | 2018-08-12 04:50:08 +0200 |
commit | 10aac376d1d0fccb5b993bd3f95db42de0ceba12 (patch) | |
tree | d3b15cdc49878dabd4b45222ecb4bb580ba628bc /src/common/CMakeLists.txt | |
parent | Merge pull request #1022 from bunnei/fix-splat (diff) | |
download | yuzu-10aac376d1d0fccb5b993bd3f95db42de0ceba12.tar yuzu-10aac376d1d0fccb5b993bd3f95db42de0ceba12.tar.gz yuzu-10aac376d1d0fccb5b993bd3f95db42de0ceba12.tar.bz2 yuzu-10aac376d1d0fccb5b993bd3f95db42de0ceba12.tar.lz yuzu-10aac376d1d0fccb5b993bd3f95db42de0ceba12.tar.xz yuzu-10aac376d1d0fccb5b993bd3f95db42de0ceba12.tar.zst yuzu-10aac376d1d0fccb5b993bd3f95db42de0ceba12.zip |
Diffstat (limited to 'src/common/CMakeLists.txt')
-rw-r--r-- | src/common/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index d5d4f6f82..2ad456864 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt @@ -40,6 +40,8 @@ add_library(common STATIC file_util.cpp file_util.h hash.h + hex_util.cpp + hex_util.h logging/backend.cpp logging/backend.h logging/filter.cpp |