diff options
Diffstat (limited to 'src/bind')
| -rw-r--r-- | src/bind/CMakeLists.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/bind/CMakeLists.txt b/src/bind/CMakeLists.txt index 0708c3eff..a6b5b6883 100644 --- a/src/bind/CMakeLists.txt +++ b/src/bind/CMakeLists.txt @@ -2,4 +2,6 @@ SET(bind_SRC dobinding.cpp javabind.cpp ) -ADD_LIBRARY(bind STATIC ${bind_SRC})
\ No newline at end of file +ADD_LIBRARY(bind STATIC ${bind_SRC}) +TARGET_LINK_LIBRARIES(bind +${INKSCAPE_LIBS})
\ No newline at end of file |
