Code

Mnemonics in "Fill and stroke", "Align and distribute", and "Transform" dialogs ...
[inkscape.git] / src / bind / CMakeLists.txt
1 SET(bind_SRC
2 dobinding.cpp
3 javabind.cpp
4 )
5 ADD_LIBRARY(bind STATIC ${bind_SRC})
6 TARGET_LINK_LIBRARIES(bind
7 ${INKSCAPE_LIBS})