summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/2geom/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/2geom/CMakeLists.txt b/src/2geom/CMakeLists.txt
index 244f3ff62..988fd1b54 100644
--- a/src/2geom/CMakeLists.txt
+++ b/src/2geom/CMakeLists.txt
@@ -131,3 +131,5 @@ set(2geom_SRC
# make lib for 2geom_LIB
add_inkscape_lib(2geom_LIB "${2geom_SRC}")
+target_include_directories(2geom_LIB PRIVATE ${DOUBLE_CONVERSION_INCLUDE_DIRS})
+target_link_libraries(2geom_LIB PRIVATE ${DOUBLE_CONVERSION_LIBRARIES})