Code

Swedish translation update by Elias.
[inkscape.git] / src / graphlayout / CMakeLists.txt
index a90a8876270cae163897648e7c35f69cbbab2960..c8847a2284d15b08db08fef885633bba27fa987c 100644 (file)
@@ -1,4 +1,6 @@
 SET(graphlayout_SRC
 graphlayout.cpp
-graphlayout.h
 )
+ADD_LIBRARY(graphlayout STATIC ${graphlayout_SRC})
+TARGET_LINK_LIBRARIES(graphlayout
+2geom ${INKSCAPE_LIBS})
\ No newline at end of file