summaryrefslogtreecommitdiffstats
path: root/src/common/CMakeLists.txt
diff options
context:
space:
mode:
authorYuri Kunde Schlesner <yuriks@yuriks.net>2015-05-08 00:01:09 +0200
committerYuri Kunde Schlesner <yuriks@yuriks.net>2015-05-08 00:01:09 +0200
commit3396f352cb4c16aa4732df25425ff02574b8dc01 (patch)
treee60f3779f5193c0eb71d3ffc991a0346ff90204d /src/common/CMakeLists.txt
parentCommon: Remove hash.cpp/h (diff)
downloadyuzu-3396f352cb4c16aa4732df25425ff02574b8dc01.tar
yuzu-3396f352cb4c16aa4732df25425ff02574b8dc01.tar.gz
yuzu-3396f352cb4c16aa4732df25425ff02574b8dc01.tar.bz2
yuzu-3396f352cb4c16aa4732df25425ff02574b8dc01.tar.lz
yuzu-3396f352cb4c16aa4732df25425ff02574b8dc01.tar.xz
yuzu-3396f352cb4c16aa4732df25425ff02574b8dc01.tar.zst
yuzu-3396f352cb4c16aa4732df25425ff02574b8dc01.zip
Diffstat (limited to '')
-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 b5b129a09..11659c3c5 100644
--- a/src/common/CMakeLists.txt
+++ b/src/common/CMakeLists.txt
@@ -10,7 +10,6 @@ set(SRCS
logging/text_formatter.cpp
logging/backend.cpp
math_util.cpp
- mem_arena.cpp
memory_util.cpp
misc.cpp
profiler.cpp
@@ -43,7 +42,6 @@ set(HEADERS
logging/backend.h
make_unique.h
math_util.h
- mem_arena.h
memory_util.h
platform.h
profiler.h