diff options
| author | raczman <none@none> | 2009-01-17 09:23:33 -0500 |
|---|---|---|
| committer | raczman <none@none> | 2009-01-17 09:23:33 -0500 |
| commit | 09ddc711f4355bb04717a2092b4dc4149f495491 (patch) | |
| tree | 1be6b369f563027c71842ecc83314de626da5793 /src/shared/vmap | |
| parent | 87d9f3261e85587e9be1121bc2d62c034443f00f (diff) | |
Cmake build system for trinity
--HG--
branch : trunk
Diffstat (limited to 'src/shared/vmap')
| -rw-r--r-- | src/shared/vmap/CMakeLists.txt | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/src/shared/vmap/CMakeLists.txt b/src/shared/vmap/CMakeLists.txt new file mode 100644 index 00000000000..9ed30c0b44f --- /dev/null +++ b/src/shared/vmap/CMakeLists.txt @@ -0,0 +1,35 @@ + +########### next target ############### + +SET(vmaps_STAT_SRCS + AABSPTree.h + BaseModel.cpp + BaseModel.h + CoordModelMapping.cpp + CoordModelMapping.h + DebugCmdLogger.cpp + DebugCmdLogger.h + IVMapManager.h + ManagedModelContainer.cpp + ManagedModelContainer.h + ModelContainer.cpp + ModelContainer.h + NodeValueAccess.h + ShortBox.h + ShortVector.h + SubModel.cpp + SubModel.h + TileAssembler.cpp + TileAssembler.h + TreeNode.cpp + TreeNode.h + VMapDefinitions.h + VMapFactory.cpp + VMapFactory.h + VMapManager.cpp + VMapManager.h + VMapTools.h +) + +add_library(vmaps STATIC ${vmaps_STAT_SRCS}) + |
