tessellate.pro 231 B

12345678910111213141516171819
  1. TEMPLATE = lib
  2. TARGET = tessellate
  3. CONFIG = staticlib
  4. QMAKE_CFLAGS += -fPIC
  5. SOURCES = dict.c \
  6. geom.c \
  7. memalloc.c \
  8. mesh.c \
  9. normal.c \
  10. priorityq.c \
  11. render.c \
  12. sweep.c \
  13. tess.c \
  14. tessellate.c \
  15. tessmono.c