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
306 B
16 lines
306 B
set(POTRACE_SRCS
|
|
src/bitmap_io.cpp
|
|
src/curve.cpp
|
|
src/decompose.cpp
|
|
src/greymap.cpp
|
|
src/potracelib.cpp
|
|
src/render.cpp
|
|
src/trace.cpp
|
|
)
|
|
|
|
add_library( potrace STATIC ${POTRACE_SRCS} )
|
|
|
|
target_include_directories( potrace
|
|
PUBLIC
|
|
${CMAKE_CURRENT_SOURCE_DIR}/include
|
|
)
|