mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-22 16:21:24 -06:00
WIP Added libtess library extracted from
https://cgit.freedesktop.org/mesa/glu/ The library is stable (it should be, since it is in use since 1994), but it is not thread safe: Its callbacks do not receive any pointer to a context.
This commit is contained in:
parent
a35b1a1850
commit
f797083ca2
32 changed files with 7072 additions and 0 deletions
|
@ -6,6 +6,7 @@ add_subdirectory(avrdude)
|
|||
add_subdirectory(boost)
|
||||
add_subdirectory(clipper)
|
||||
add_subdirectory(miniz)
|
||||
add_subdirectory(glu-libtess)
|
||||
add_subdirectory(polypartition)
|
||||
add_subdirectory(poly2tri)
|
||||
add_subdirectory(qhull)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue