Initial version

This commit is contained in:
Paolo Cignoni 2007-05-10 10:49:35 +00:00
parent 9fee0bfaaa
commit 979b237e54
1 changed files with 9 additions and 0 deletions

9
apps/metro/metro.pro Normal file
View File

@ -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