You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
269 B

  1. include_directories(BEFORE ${INC_BEFORE})
  2. include_directories(
  3. ${INC_AFTER}
  4. )
  5. set(POTRACE_SRCS
  6. bitmap_io.cpp
  7. curve.cpp
  8. decompose.cpp
  9. greymap.cpp
  10. potracelib.cpp
  11. render.cpp
  12. trace.cpp
  13. )
  14. add_library(potrace STATIC ${POTRACE_SRCS})