-
-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathsimpleuv.pro
More file actions
31 lines (21 loc) · 651 Bytes
/
Copy pathsimpleuv.pro
File metadata and controls
31 lines (21 loc) · 651 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
TEMPLATE = lib
CONFIG += release
DEFINES += NDEBUG
INCLUDEPATH += ./
INCLUDEPATH += thirdparty/libigl/include
INCLUDEPATH += thirdparty/eigen
INCLUDEPATH += thirdparty/squeezer
SOURCES += simpleuv/uvunwrapper.cpp
HEADERS += simpleuv/uvunwrapper.h
SOURCES += simpleuv/parametrize.cpp
HEADERS += simpleuv/parametrize.h
SOURCES += simpleuv/chartpacker.cpp
HEADERS += simpleuv/chartpacker.h
SOURCES += simpleuv/triangulate.cpp
HEADERS += simpleuv/triangulate.h
HEADERS += simpleuv/meshdatatype.h
SOURCES += thirdparty/squeezer/maxrects.c
HEADERS += thirdparty/squeezer/maxrects.h
QMAKE_CXXFLAGS += -std=c++11
target.path = ./
INSTALLS += target