summaryrefslogtreecommitdiffstats
path: root/src/widgets
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets')
-rw-r--r--src/widgets/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widgets/CMakeLists.txt b/src/widgets/CMakeLists.txt
index b698ced98..4c622fbec 100644
--- a/src/widgets/CMakeLists.txt
+++ b/src/widgets/CMakeLists.txt
@@ -36,5 +36,5 @@ set(widgets_SRC
toolbox.cpp
)
-add_library(widgets STATIC ${widgets_SRC})
-target_link_libraries(widgets 2geom ${INKSCAPE_LIBS})
+add_library(widgets_LIB STATIC ${widgets_SRC})
+target_link_libraries(widgets_LIB 2geom_LIB ${INKSCAPE_LIBS})