vcglib/apps/sample/sample.pro

23 lines
692 B
Prolog
Raw Normal View History

2005-09-21 12:29:33 +02:00
######################################################################
2005-10-14 19:50:41 +02:00
# Hand made pro.
2005-09-21 12:29:33 +02:00
######################################################################
TEMPLATE = subdirs
2006-12-01 09:25:31 +01:00
SUBDIRS = trimesh_base \
2005-09-21 12:29:33 +02:00
trimesh_topology\
trimesh_smooth \
trimesh_refine \
trimesh_clustering \
2005-09-21 12:29:33 +02:00
trimesh_isosurface \
2006-01-11 12:13:43 +01:00
trimesh_join \
2005-10-14 19:50:41 +02:00
trimesh_optional \
2006-02-10 10:41:15 +01:00
trimesh_intersection \
2006-10-13 15:16:46 +02:00
trimesh_ball_pivoting \
2006-12-01 09:25:31 +01:00
trimesh_hole \
2006-10-10 11:26:04 +02:00
aabb_binary_tree \
edgemesh_grid
2005-09-21 12:29:33 +02:00
sources.files = *.pro
sources.path = .
INSTALLS += sources