From 0ff8cfc5dc9055aca221c5566cb4dcd96fde7700 Mon Sep 17 00:00:00 2001 From: Massimiliano Corsini maxcorsini Date: Wed, 27 Mar 2013 14:24:01 +0000 Subject: [PATCH] --- src/meshlabserver_vmust.pro | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/meshlabserver_vmust.pro diff --git a/src/meshlabserver_vmust.pro b/src/meshlabserver_vmust.pro new file mode 100644 index 000000000..17410f2ab --- /dev/null +++ b/src/meshlabserver_vmust.pro @@ -0,0 +1,11 @@ +TEMPLATE = subdirs +CONFIG += ordered + +SUBDIRS = common \ # the common framework + meshlabserver\ # meshlab server + meshlabplugins/io_base\ # a few basic file formats (ply, obj, off) + meshlabplugins/io_x3d\ # to import X3D + meshlabplugins/filter_select\ # selection (e.g. self-intersection faces) + meshlabplugins/filter_clean\ # cleaning operations + meshlabplugins/filter_meshing\ # simplification and other algorithms + plugins_experimental/filter_info_vmust # information extraction \ No newline at end of file