Adding Mesh Topology

This commit is contained in:
lasnier 2012-12-04 17:45:25 +01:00
commit d31a7904ed
5 changed files with 215 additions and 7 deletions

View file

@ -28,6 +28,7 @@ set (SMP_FILE
topology/star.cpp
topology/ring.cpp
topology/hypercubic.cpp
topology/mesh.cpp
)
add_library(smp STATIC ${SMP_FILE})