diff options
author | Philipp Sehmisch <tmw@crushnet.org> | 2008-11-01 19:21:56 +0000 |
---|---|---|
committer | Philipp Sehmisch <tmw@crushnet.org> | 2008-11-01 19:21:56 +0000 |
commit | 73f0639791f25514187733957aabf504eaa2d6d1 (patch) | |
tree | 1a7bb88e8e0873de2da1d2a5af58012809a07f97 /src/CMakeLists.txt | |
parent | 8fe48454bb15a8bdd51970615e0c0f5918bbfc18 (diff) | |
download | mana-73f0639791f25514187733957aabf504eaa2d6d1.tar.gz mana-73f0639791f25514187733957aabf504eaa2d6d1.tar.bz2 mana-73f0639791f25514187733957aabf504eaa2d6d1.tar.xz mana-73f0639791f25514187733957aabf504eaa2d6d1.zip |
Some files I forgot to add with the last commit.
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 9f73a7a4..dc190f25 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -128,6 +128,8 @@ SET(SRCS gui/listbox.h gui/login.cpp gui/login.h + gui/magic.cpp + gui/magic.h gui/menuwindow.cpp gui/menuwindow.h gui/minimap.cpp |