diff options
Diffstat (limited to 'src/widgets')
| -rw-r--r-- | src/widgets/CMakeLists.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/widgets/CMakeLists.txt b/src/widgets/CMakeLists.txt index 24c1d30d2..45f013f16 100644 --- a/src/widgets/CMakeLists.txt +++ b/src/widgets/CMakeLists.txt @@ -31,4 +31,6 @@ sp-xmlview-content.cpp sp-xmlview-tree.cpp toolbox.cpp ) -ADD_LIBRARY(widgets STATIC ${widgets_SRC})
\ No newline at end of file +ADD_LIBRARY(widgets STATIC ${widgets_SRC}) +TARGET_LINK_LIBRARIES(widgets +2geom ${INKSCAPE_LIBS})
\ No newline at end of file |
