From 979b237e54ab47609224e8feed7fcc09b5bda723 Mon Sep 17 00:00:00 2001 From: cignoni Date: Thu, 10 May 2007 10:49:35 +0000 Subject: [PATCH] Initial version --- apps/metro/metro.pro | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 apps/metro/metro.pro diff --git a/apps/metro/metro.pro b/apps/metro/metro.pro new file mode 100644 index 00000000..0c85c1f6 --- /dev/null +++ b/apps/metro/metro.pro @@ -0,0 +1,9 @@ + +TARGET = metro +LIBPATH += +DEPENDPATH += . +INCLUDEPATH += . ../.. +CONFIG += console stl +TEMPLATE = app +HEADERS += defs.h sampling.h mesh_type.h +SOURCES += metro.cpp ../../wrap/ply/plylib.cpp \ No newline at end of file