diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-01-04 23:51:48 +0100 |
---|---|---|
committer | Ira Rice <irarice@gmail.com> | 2009-01-05 20:45:59 -0700 |
commit | 7238080904f11f2e62e5851a247810971c426ea4 (patch) | |
tree | c75ffd17982835df00051e5fb11e8e3948155a68 /src/CMakeLists.txt | |
parent | 4b540f3007e18a85a6d31d301526217393792451 (diff) | |
download | mana-client-7238080904f11f2e62e5851a247810971c426ea4.tar.gz mana-client-7238080904f11f2e62e5851a247810971c426ea4.tar.bz2 mana-client-7238080904f11f2e62e5851a247810971c426ea4.tar.xz mana-client-7238080904f11f2e62e5851a247810971c426ea4.zip |
Merged Vector class improvements from mainline
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 83f35dfb..6411d19f 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -353,6 +353,7 @@ SET(SRCS textparticle.cpp textparticle.h tileset.h + vector.cpp vector.h ) |