summaryrefslogtreecommitdiffstats
path: root/src/io
diff options
context:
space:
mode:
Diffstat (limited to 'src/io')
-rw-r--r--src/io/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/io/CMakeLists.txt b/src/io/CMakeLists.txt
index 88040744b..06a5f869a 100644
--- a/src/io/CMakeLists.txt
+++ b/src/io/CMakeLists.txt
@@ -1,3 +1,4 @@
+
set(io_SRC
base64stream.cpp
ftos.cpp
@@ -12,5 +13,4 @@ set(io_SRC
xsltstream.cpp
)
-add_library(io_LIB STATIC ${io_SRC})
-target_link_libraries(io_LIB 2geom_LIB ${INKSCAPE_LIBS})
+add_library(io_LIB ${io_SRC})