summaryrefslogtreecommitdiff
path: root/src/common/CMakeLists.txt
diff options
context:
space:
mode:
authorGravatar bunnei2018-10-23 18:43:45 -0400
committerGravatar GitHub2018-10-23 18:43:45 -0400
commita5106fb9f52cffab3e526d68f930678900abd692 (patch)
treeab0f70b87bd486e26a3660cdee8e9fefa923f1c7 /src/common/CMakeLists.txt
parentMerge pull request #1540 from lioncash/handle (diff)
parentCMakeLists: Remove EMU_ARCH_BITS definition (diff)
downloadyuzu-a5106fb9f52cffab3e526d68f930678900abd692.tar.gz
yuzu-a5106fb9f52cffab3e526d68f930678900abd692.tar.xz
yuzu-a5106fb9f52cffab3e526d68f930678900abd692.zip
Merge pull request #1553 from lioncash/mem
common: Remove memory_util.h/.cpp
Diffstat (limited to 'src/common/CMakeLists.txt')
-rw-r--r--src/common/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt
index d0e506689..eccd8f64a 100644
--- a/src/common/CMakeLists.txt
+++ b/src/common/CMakeLists.txt
@@ -64,8 +64,6 @@ add_library(common STATIC
64 logging/text_formatter.cpp 64 logging/text_formatter.cpp
65 logging/text_formatter.h 65 logging/text_formatter.h
66 math_util.h 66 math_util.h
67 memory_util.cpp
68 memory_util.h
69 microprofile.cpp 67 microprofile.cpp
70 microprofile.h 68 microprofile.h
71 microprofileui.h 69 microprofileui.h