summaryrefslogtreecommitdiffstats
path: root/src/common/CMakeLists.txt
diff options
context:
space:
mode:
authorShizZy <shizzy@6bit.net>2014-04-23 00:35:40 +0200
committerShizZy <shizzy@6bit.net>2014-04-23 00:35:40 +0200
commit5c89324809f3753e143638acee1168d98ff7db6c (patch)
treedb2df30e5ad3e627e07d1802a0b6156ba1b1948c /src/common/CMakeLists.txt
parentRe-enable toggling window mode. (diff)
downloadyuzu-5c89324809f3753e143638acee1168d98ff7db6c.tar
yuzu-5c89324809f3753e143638acee1168d98ff7db6c.tar.gz
yuzu-5c89324809f3753e143638acee1168d98ff7db6c.tar.bz2
yuzu-5c89324809f3753e143638acee1168d98ff7db6c.tar.lz
yuzu-5c89324809f3753e143638acee1168d98ff7db6c.tar.xz
yuzu-5c89324809f3753e143638acee1168d98ff7db6c.tar.zst
yuzu-5c89324809f3753e143638acee1168d98ff7db6c.zip
Diffstat (limited to '')
-rw-r--r--src/common/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt
index 6cf0e61c8..738144927 100644
--- a/src/common/CMakeLists.txt
+++ b/src/common/CMakeLists.txt
@@ -11,6 +11,7 @@ set(SRCS break_points.cpp
misc.cpp
msg_handler.cpp
string_util.cpp
+ symbols.cpp
thread.cpp
timer.cpp
utf8.cpp