summaryrefslogtreecommitdiffstats
path: root/src/common/CMakeLists.txt
diff options
context:
space:
mode:
authorYuri Kunde Schlesner <yuriks@yuriks.net>2017-05-08 00:01:37 +0200
committerYuri Kunde Schlesner <yuriks@yuriks.net>2017-05-08 00:33:39 +0200
commitcb4da3975e076c828f77b3517a73e2071c605950 (patch)
treed1c0f42e9f5f5b7224948531b7bda5c4d724f1ad /src/common/CMakeLists.txt
parentRemove ability to load symbol maps (diff)
downloadyuzu-cb4da3975e076c828f77b3517a73e2071c605950.tar
yuzu-cb4da3975e076c828f77b3517a73e2071c605950.tar.gz
yuzu-cb4da3975e076c828f77b3517a73e2071c605950.tar.bz2
yuzu-cb4da3975e076c828f77b3517a73e2071c605950.tar.lz
yuzu-cb4da3975e076c828f77b3517a73e2071c605950.tar.xz
yuzu-cb4da3975e076c828f77b3517a73e2071c605950.tar.zst
yuzu-cb4da3975e076c828f77b3517a73e2071c605950.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 13277a5c2..4b30185f1 100644
--- a/src/common/CMakeLists.txt
+++ b/src/common/CMakeLists.txt
@@ -38,7 +38,6 @@ set(SRCS
param_package.cpp
scm_rev.cpp
string_util.cpp
- symbols.cpp
thread.cpp
timer.cpp
)
@@ -74,7 +73,6 @@ set(HEADERS
scope_exit.h
string_util.h
swap.h
- symbols.h
synchronized_wrapper.h
thread.h
thread_queue_list.h