23 lines
692 B
Prolog
23 lines
692 B
Prolog
######################################################################
|
|
# 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
|