Warning, /graphics/glaxnimate/external/potrace/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 project(potrace C) 0002 0003 include_directories(src/) 0004 0005 set(SOURCES 0006 src/potracelib.c 0007 src/decompose.c 0008 src/trace.c 0009 src/curve.c 0010 ) 0011 0012 add_compile_definitions(VERSION="1.16") 0013 0014 add_library(potrace ${SOURCES})