mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-15 00:54:38 +00:00
explicit headers in libqhull
This commit is contained in:
parent
0f987616d5
commit
012ecea96d
11
src/external/qhull-2003.1/qhull2003.1.pro
vendored
11
src/external/qhull-2003.1/qhull2003.1.pro
vendored
@ -3,7 +3,16 @@ TEMPLATE = lib
|
||||
TARGET = qhull
|
||||
CONFIG += staticlib
|
||||
|
||||
INCLUDEPATH += src/
|
||||
HEADERS += \
|
||||
src/geom.h \
|
||||
src/io.h \
|
||||
src/mem.h \
|
||||
src/merge.h \
|
||||
src/qhull.h \
|
||||
src/qhull_a.h \
|
||||
src/qset.h \
|
||||
src/stat.h \
|
||||
src/user.h
|
||||
|
||||
SOURCES += \
|
||||
src/geom.c \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user