diff options
author | Roderic Morris <roderic@ccs.neu.edu> | 2008-07-01 16:25:16 +0000 |
---|---|---|
committer | Roderic Morris <roderic@ccs.neu.edu> | 2008-07-01 16:25:16 +0000 |
commit | 489720742590352ac60c14f7d770fc9b26bf6865 (patch) | |
tree | 56e7f899cd4fd0527eacf38fbeab34bca36ee5f5 /src/CMakeLists.txt | |
parent | 2982abbd4cc4a4b6680d3c6f2867d4131c04a083 (diff) | |
download | mana-489720742590352ac60c14f7d770fc9b26bf6865.tar.gz mana-489720742590352ac60c14f7d770fc9b26bf6865.tar.bz2 mana-489720742590352ac60c14f7d770fc9b26bf6865.tar.xz mana-489720742590352ac60c14f7d770fc9b26bf6865.zip |
fix build files
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 80d0a17a..ce322bdc 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -115,6 +115,8 @@ SET(SRCS gui/item_amount.h gui/itemcontainer.cpp gui/itemcontainer.h + gui/itempopup.cpp + gui/itempopup.h gui/itemshortcutcontainer.cpp gui/itemshortcutcontainer.h gui/itemshortcutwindow.cpp @@ -181,6 +183,8 @@ SET(SRCS gui/skill.h gui/slider.cpp gui/slider.h + gui/speechbubble.cpp + gui/speechbubble.h gui/status.cpp gui/status.h gui/textbox.cpp |