diff options
author | ShizZy <shizzy@6bit.net> | 2014-04-23 00:35:40 +0200 |
---|---|---|
committer | ShizZy <shizzy@6bit.net> | 2014-04-23 00:35:40 +0200 |
commit | 5c89324809f3753e143638acee1168d98ff7db6c (patch) | |
tree | db2df30e5ad3e627e07d1802a0b6156ba1b1948c /src/common | |
parent | Re-enable toggling window mode. (diff) | |
download | yuzu-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 'src/common')
-rw-r--r-- | src/common/CMakeLists.txt | 1 |
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 |