vcglib/apps/sample/sample.pro

18 lines
498 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
SUBDIRS = trimesh_base \
trimesh_topology\
trimesh_smooth \
trimesh_refine \
trimesh_isosurface \
2005-10-14 19:50:41 +02:00
trimesh_optional \
aabb_binary_tree
2005-09-21 12:29:33 +02:00
sources.files = *.pro
sources.path = .
INSTALLS += sources