diff options
| author | 2014-04-22 18:35:40 -0400 | |
|---|---|---|
| committer | 2014-04-22 18:35:40 -0400 | |
| commit | 5c89324809f3753e143638acee1168d98ff7db6c (patch) | |
| tree | db2df30e5ad3e627e07d1802a0b6156ba1b1948c /src/common | |
| parent | Re-enable toggling window mode. (diff) | |
| download | yuzu-5c89324809f3753e143638acee1168d98ff7db6c.tar.gz yuzu-5c89324809f3753e143638acee1168d98ff7db6c.tar.xz yuzu-5c89324809f3753e143638acee1168d98ff7db6c.zip | |
updated CMakeLists for missing files
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 | |||
| 11 | misc.cpp | 11 | misc.cpp |
| 12 | msg_handler.cpp | 12 | msg_handler.cpp |
| 13 | string_util.cpp | 13 | string_util.cpp |
| 14 | symbols.cpp | ||
| 14 | thread.cpp | 15 | thread.cpp |
| 15 | timer.cpp | 16 | timer.cpp |
| 16 | utf8.cpp | 17 | utf8.cpp |