diff options
| author | megamage <none@none> | 2009-01-17 13:33:07 -0600 |
|---|---|---|
| committer | megamage <none@none> | 2009-01-17 13:33:07 -0600 |
| commit | c5dfe7dac27a0441192af758dc55e6c71c83ccb4 (patch) | |
| tree | e9075c32f9cd1176090e1530f5aaae247d3bc867 /src/shared/vmap | |
| parent | 88fd7455323b0e58ea2b808510d8c7e5aa1cd599 (diff) | |
| parent | adeb696f756739e2ed5b9c3ef4f7551ce023ff2b (diff) | |
*Merge.
--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}) + |
