diff --git a/apps/tridecimator/tridecimator.pro b/apps/tridecimator/tridecimator.pro new file mode 100644 index 00000000..4074c068 --- /dev/null +++ b/apps/tridecimator/tridecimator.pro @@ -0,0 +1,9 @@ + +TARGET = tridecimator +LIBPATH += +DEPENDPATH += . +INCLUDEPATH += . ../.. +CONFIG += console stl +TEMPLATE = app +HEADERS += +SOURCES += tridecimator.cpp ../../wrap/ply/plylib.cpp \ No newline at end of file