explicit headers in libqhull

This commit is contained in:
alemuntoni 2020-02-05 11:08:03 +01:00
parent 0f987616d5
commit 012ecea96d

View File

@ -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 \