Code

Translations. Indonesian translation update by Waluyo Adi Siswanto.
[inkscape.git] / src / util / CMakeLists.txt
1 SET(util_SRC
2 share.cpp
3 units.cpp
4 )
5 ADD_LIBRARY(util STATIC ${util_SRC})
6 TARGET_LINK_LIBRARIES(util
7 2geom ${INKSCAPE_LIBS})