diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2008-06-30 09:12:16 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2008-06-30 09:12:16 +0000 |
commit | cf5cfbcb8ff63005b1e08f9718ce3f80f919271e (patch) | |
tree | edc73c162e1b636f2f9571f46e9882845122958c /src/CMakeLists.txt | |
parent | 4dbc9b7af344d3ff006a40e3e0c06ce160f365f9 (diff) | |
download | mana-cf5cfbcb8ff63005b1e08f9718ce3f80f919271e.tar.gz mana-cf5cfbcb8ff63005b1e08f9718ce3f80f919271e.tar.bz2 mana-cf5cfbcb8ff63005b1e08f9718ce3f80f919271e.tar.xz mana-cf5cfbcb8ff63005b1e08f9718ce3f80f919271e.zip |
Updated CMake file to fix compilation. Patch by darkKnight.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 0c2ef4cd..20f2f761 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -148,6 +148,8 @@ SET(SRCS gui/setup_joystick.h gui/setup_keyboard.cpp gui/setup_keyboard.h + gui/setup_players.cpp + gui/setup_players.h gui/setuptab.h gui/setup_video.cpp gui/setup_video.h @@ -163,6 +165,10 @@ SET(SRCS gui/status.h gui/tabbedcontainer.cpp gui/tabbedcontainer.h + gui/table.cpp + gui/table.h + gui/table_model.cpp + gui/table_model.h gui/textbox.cpp gui/textbox.h gui/textfield.cpp @@ -324,6 +330,8 @@ SET(SRCS particleemitter.h player.cpp player.h + player_relations.cpp + player_relations.h properties.h serverinfo.h shopitem.cpp |