Code

Translations. French translation minor update.
[inkscape.git] / graphlayout / CMakeLists.txt
1 SET(graphlayout_SRC
2 graphlayout.cpp
3 )
4 ADD_LIBRARY(graphlayout STATIC ${graphlayout_SRC})
5 TARGET_LINK_LIBRARIES(graphlayout
6 2geom ${INKSCAPE_LIBS})