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