Code

now that selection description includes style (filtered, clipped), we need to update...
[inkscape.git] / src / libavoid / CMakeLists.txt
1 SET(libavoid_SRC
2 connector.cpp
3 geometry.cpp
4 graph.cpp
5 makepath.cpp
6 polyutil.cpp
7 region.cpp
8 router.cpp
9 shape.cpp
10 static.cpp
11 timer.cpp
12 vertices.cpp
13 visibility.cpp
14 )
15 ADD_LIBRARY(avoid STATIC ${libavoid_SRC})
16 TARGET_LINK_LIBRARIES(avoid
17 ${INKSCAPE_LIBS})