Files
openmesh/src/OpenMesh/Apps/Decimating/commandlineDecimater/commandlineDecimater.pro

20 lines
424 B
Prolog
Raw Normal View History

################################################################################
#
################################################################################
include( $$TOPDIR/qmake/all.include )
INCLUDEPATH += ../../..
Application()
glew()
glut()
openmesh()
DIRECTORIES = ..
# Input
SOURCES += ../decimater.cc
################################################################################