summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAngelo Castellani <udp.castellani@gmail.com>2011-05-23 11:47:37 -0400
committerJared Adams <jaxad0127@gmail.com>2011-05-24 20:13:09 -0600
commit87c1e459cc0ace8a8bdd3911cfde8793b8aab5c8 (patch)
tree0dd9ce30f81e7ad8c3b7edf28f8143eb4e1d2e2b /src/CMakeLists.txt
parentdc0097631ff092660e2249d7001ec339a090698d (diff)
downloadmana-client-87c1e459cc0ace8a8bdd3911cfde8793b8aab5c8.tar.gz
mana-client-87c1e459cc0ace8a8bdd3911cfde8793b8aab5c8.tar.bz2
mana-client-87c1e459cc0ace8a8bdd3911cfde8793b8aab5c8.tar.xz
mana-client-87c1e459cc0ace8a8bdd3911cfde8793b8aab5c8.zip
Broke the setup tab "Video" in two
Added an 'Interface' tab for the items that seemed to fit better there than in 'Video'. Signed-off-by: Jared Adams <jaxad0127@gmail.com>
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index f8ae39fd..97f7bee4 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -290,6 +290,8 @@ SET(SRCS
gui/setup_keyboard.h
gui/setup_players.cpp
gui/setup_players.h
+ gui/setup_interface.cpp
+ gui/setup_interface.h
gui/setup_video.cpp
gui/setup_video.h
gui/shortcutwindow.cpp