moved IGL sample in the wrap/IGL/sample folder

This commit is contained in:
Paolo Cignoni 2017-03-24 15:24:07 +01:00
parent 1acf0ce100
commit 6b06c53b09
3 changed files with 10 additions and 3 deletions

View File

@ -1,3 +0,0 @@
include(../common.pri)
TARGET = trimesh_field_smoothing
SOURCES += trimesh_field_smoothing.cpp ../../../wrap/ply/plylib.cpp

View File

@ -0,0 +1,10 @@
DEPENDPATH += . ../../..
INCLUDEPATH += . ../../.. ../../../eigenlib
CONFIG += console c++11
TEMPLATE = app
# Mac specific Config required to avoid to make application bundles
CONFIG -= app_bundle
QMAKE_CXXFLAGS += -std=c++11
TARGET = trimesh_field_smoothing
SOURCES += trimesh_field_smoothing.cpp ../../../wrap/ply/plylib.cpp