diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-08-22 23:18:34 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-08-22 23:18:34 +0300 |
commit | de4b5860924bc3b9267edcce6cf2417cd30f8eb1 (patch) | |
tree | 3d43cfe28b37cdbfbf05c9b51bd855a699cec231 /src/CMakeLists.txt | |
parent | a8a7d6dcfc39c3c6c2faa23de21d0a5fc9332818 (diff) | |
download | plus-de4b5860924bc3b9267edcce6cf2417cd30f8eb1.tar.gz plus-de4b5860924bc3b9267edcce6cf2417cd30f8eb1.tar.bz2 plus-de4b5860924bc3b9267edcce6cf2417cd30f8eb1.tar.xz plus-de4b5860924bc3b9267edcce6cf2417cd30f8eb1.zip |
Move options for other input settings page into separate file.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index defe78305..639536e56 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -445,6 +445,8 @@ SET(SRCS input/pages/chat.h input/pages/emotes.cpp input/pages/emotes.h + input/pages/other.cpp + input/pages/other.h input/pages/outfits.cpp input/pages/outfits.h input/pages/pages.cpp |