Code

Translations. po files update; fix Ahmaric header.
[inkscape.git] / src / libcola / CMakeLists.txt
1 SET(libcola_SRC
2 cola.cpp
3 conjugate_gradient.cpp
4 connected_components.cpp
5 cycle_detector.cpp
6 gradient_projection.cpp
7 shortest_paths.cpp
8 straightener.cpp
9 )
10 ADD_LIBRARY(cola STATIC ${libcola_SRC})
11 TARGET_LINK_LIBRARIES(cola
12 ${INKSCAPE_LIBS})