diff options
author | LC <mathew1800@gmail.com> | 2021-01-15 07:54:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-15 07:54:22 +0100 |
commit | c8bf0caca0a3b923edcf199824903c9576c6df5c (patch) | |
tree | d7531c119d74a0e6a9a411f26fd384f130ad77ed /src/common/CMakeLists.txt | |
parent | Merge pull request #5352 from ReinUsesLisp/remove-tester (diff) | |
parent | common/color: Remove (diff) | |
download | yuzu-c8bf0caca0a3b923edcf199824903c9576c6df5c.tar yuzu-c8bf0caca0a3b923edcf199824903c9576c6df5c.tar.gz yuzu-c8bf0caca0a3b923edcf199824903c9576c6df5c.tar.bz2 yuzu-c8bf0caca0a3b923edcf199824903c9576c6df5c.tar.lz yuzu-c8bf0caca0a3b923edcf199824903c9576c6df5c.tar.xz yuzu-c8bf0caca0a3b923edcf199824903c9576c6df5c.tar.zst yuzu-c8bf0caca0a3b923edcf199824903c9576c6df5c.zip |
Diffstat (limited to 'src/common/CMakeLists.txt')
-rw-r--r-- | src/common/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index 5d781cd77..aeaf8e81f 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt @@ -108,7 +108,6 @@ add_library(common STATIC bit_util.h cityhash.cpp cityhash.h - color.h common_funcs.h common_paths.h common_types.h |