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
16 lines
269 B
include_directories(BEFORE ${INC_BEFORE})
|
|
include_directories(
|
|
${INC_AFTER}
|
|
)
|
|
|
|
set(POTRACE_SRCS
|
|
bitmap_io.cpp
|
|
curve.cpp
|
|
decompose.cpp
|
|
greymap.cpp
|
|
potracelib.cpp
|
|
render.cpp
|
|
trace.cpp
|
|
)
|
|
|
|
add_library(potrace STATIC ${POTRACE_SRCS})
|