Initial version
This commit is contained in:
parent
9fee0bfaaa
commit
979b237e54
|
@ -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
|
Loading…
Reference in New Issue