added trimesh_attribute
This commit is contained in:
parent
d124cae6fb
commit
aecc82a589
|
|
@ -1,22 +1,23 @@
|
||||||
######################################################################
|
######################################################################
|
||||||
# Hand made pro.
|
# Hand made pro.
|
||||||
######################################################################
|
######################################################################
|
||||||
|
|
||||||
TEMPLATE = subdirs
|
TEMPLATE = subdirs
|
||||||
SUBDIRS = trimesh_base \
|
SUBDIRS = trimesh_base \
|
||||||
trimesh_topology\
|
trimesh_topology\
|
||||||
trimesh_smooth \
|
trimesh_smooth \
|
||||||
trimesh_refine \
|
trimesh_refine \
|
||||||
trimesh_clustering \
|
trimesh_clustering \
|
||||||
trimesh_isosurface \
|
trimesh_isosurface \
|
||||||
trimesh_join \
|
trimesh_join \
|
||||||
trimesh_optional \
|
trimesh_optional \
|
||||||
trimesh_intersection \
|
trimesh_intersection \
|
||||||
trimesh_ball_pivoting \
|
trimesh_ball_pivoting \
|
||||||
trimesh_hole \
|
trimesh_hole \
|
||||||
aabb_binary_tree \
|
aabb_binary_tree \
|
||||||
edgemesh_grid
|
edgemesh_grid \
|
||||||
|
trimesh_attribute
|
||||||
sources.files = *.pro
|
|
||||||
sources.path = .
|
sources.files = *.pro
|
||||||
INSTALLS += sources
|
sources.path = .
|
||||||
|
INSTALLS += sources
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue