added trimesh_attribute
This commit is contained in:
parent
d124cae6fb
commit
aecc82a589
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue