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