summaryrefslogtreecommitdiffstats
path: root/src/ui
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/CMakeLists.txt b/src/ui/CMakeLists.txt
index 28dcd1ded..5fa882f1a 100644
--- a/src/ui/CMakeLists.txt
+++ b/src/ui/CMakeLists.txt
@@ -42,5 +42,5 @@ include_directories(
"${CMAKE_SOURCE_DIR}/extension/dbus"
)
-add_library(ui STATIC ${ui_SRC})
-target_link_libraries(ui 2geom ${INKSCAPE_LIBS})
+add_library(ui_LIB STATIC ${ui_SRC})
+target_link_libraries(ui_LIB 2geom_LIB ${INKSCAPE_LIBS})