summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorRoderic Morris <roderic@ccs.neu.edu>2008-08-18 01:23:58 +0000
committerRoderic Morris <roderic@ccs.neu.edu>2008-08-18 01:23:58 +0000
commitc8b89f9c29e16680f68d9f2ca42048f6f01423a9 (patch)
tree108aea4acaedf19cf795d6ac5cb504a22e5ae4ec /src/CMakeLists.txt
parentd55645648aab1bdf89602bdc05e7a0b356fe191b (diff)
downloadmana-client-c8b89f9c29e16680f68d9f2ca42048f6f01423a9.tar.gz
mana-client-c8b89f9c29e16680f68d9f2ca42048f6f01423a9.tar.bz2
mana-client-c8b89f9c29e16680f68d9f2ca42048f6f01423a9.tar.xz
mana-client-c8b89f9c29e16680f68d9f2ca42048f6f01423a9.zip
fix bug #209, display skill icons correctly.
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 117ca7a9..aee99d2e 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -107,6 +107,8 @@ SET(SRCS
gui/hbox.h
gui/help.cpp
gui/help.h
+ gui/icon.cpp
+ gui/icon.h
gui/inttextbox.cpp
gui/inttextbox.h
gui/inventorywindow.cpp