summaryrefslogtreecommitdiffstats
path: root/src/bind/CMakeLists.txt
blob: a6b5b6883da70a0ab2b495464ee7d74ca18b7ba3 (plain)
1
2
3
4
5
6
7
SET(bind_SRC
dobinding.cpp
javabind.cpp
)
ADD_LIBRARY(bind STATIC ${bind_SRC})
TARGET_LINK_LIBRARIES(bind
${INKSCAPE_LIBS})