vcglib/apps/metro/metro.pro

11 lines
273 B
Prolog
Raw Normal View History

2007-05-10 12:49:35 +02:00
TARGET = metro
2017-03-28 18:43:45 +02:00
DEPENDPATH += ../..
INCLUDEPATH += . ../.. ../../eigenlib
CONFIG += console stl c++11 debug_and_release
2007-05-10 12:49:35 +02:00
TEMPLATE = app
SOURCES += metro.cpp ../../wrap/ply/plylib.cpp
# Mac specific Config required to avoid to make application bundles
CONFIG -= app_bundle