Skip to content
Snippets Groups Projects
Commit e3b0145a authored by Brad Barber's avatar Brad Barber
Browse files

Update file list for CMakeLists.txt

parent cbdfd8b0
No related branches found
No related tags found
No related merge requests found
......@@ -82,8 +82,8 @@ SOURCES += src/io.c
SOURCES += src/libqhull.c
SOURCES += src/mem.c
SOURCES += src/merge.c
SOURCES += src/poly2.c
SOURCES += src/poly.c
SOURCES += src/poly2.c
SOURCES += src/qset.c
SOURCES += src/random.c
SOURCES += src/rboxlib.c
......
......@@ -31,8 +31,8 @@ SOURCES += src/io.c
SOURCES += src/libqhull.c
SOURCES += src/mem.c
SOURCES += src/merge.c
SOURCES += src/poly2.c
SOURCES += src/poly.c
SOURCES += src/poly2.c
SOURCES += src/qset.c
SOURCES += src/random.c
SOURCES += src/rboxlib.c
......
project(qhull_lib)
set(qhull_src
user.c
global.c
stat.c
io.c
geom2.c
poly2.c
merge.c
qhull.c
geom.c
poly.c
qset.c
mem.c)
set(
qhull_src
geom.c
geom2.c
global.c
io.c
libqhull.c
mem.c
merge.c
poly.c
poly2.c
qset.c
random.c
rboxlib.c
stat.c
user.c
usermem.c
userprintf.c
)
file(GLOB qhull_hdr *.h)
......
......@@ -115,6 +115,7 @@ qhull 2010.1 2010/01/09
Use -Dqh_QHpointer for libqhullp.a, qhullcpp.dll, etc.
Cost of qh_QHpointer: [2003, msvc] 8% time 2% space, [2010, gcc] 4% time 4% space
- user.h requires <time.h> for CLOCKS_PER_SEC
- Add CMakeLists.txt [kwilliams]
qhull 2010.1 2010/01/07
- Assign type to qh.old_qhstat and memT.tempstack [amorilia]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment