added trimesh_attribute

This commit is contained in:
ganovelli 2008-11-12 15:01:08 +00:00
parent d124cae6fb
commit aecc82a589
1 changed files with 23 additions and 22 deletions

View File

@ -1,22 +1,23 @@
######################################################################
# Hand made pro.
######################################################################
TEMPLATE = subdirs
SUBDIRS = trimesh_base \
trimesh_topology\
trimesh_smooth \
trimesh_refine \
trimesh_clustering \
trimesh_isosurface \
trimesh_join \
trimesh_optional \
trimesh_intersection \
trimesh_ball_pivoting \
trimesh_hole \
aabb_binary_tree \
edgemesh_grid
sources.files = *.pro
sources.path = .
INSTALLS += sources
######################################################################
# Hand made pro.
######################################################################
TEMPLATE = subdirs
SUBDIRS = trimesh_base \
trimesh_topology\
trimesh_smooth \
trimesh_refine \
trimesh_clustering \
trimesh_isosurface \
trimesh_join \
trimesh_optional \
trimesh_intersection \
trimesh_ball_pivoting \
trimesh_hole \
aabb_binary_tree \
edgemesh_grid \
trimesh_attribute
sources.files = *.pro
sources.path = .
INSTALLS += sources