vcglib/apps/metro/metro.pro

13 lines
283 B
Prolog

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
# Mac specific Config required to avoid to make application bundles
CONFIG -= app_bundle