summaryrefslogtreecommitdiffstats
path: root/src/libnrtype
diff options
context:
space:
mode:
Diffstat (limited to 'src/libnrtype')
-rw-r--r--src/libnrtype/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libnrtype/CMakeLists.txt b/src/libnrtype/CMakeLists.txt
index 4402e5066..75bb5f57b 100644
--- a/src/libnrtype/CMakeLists.txt
+++ b/src/libnrtype/CMakeLists.txt
@@ -14,5 +14,5 @@ set(libnrtype_SRC
RasterFont.cpp
TextWrapper.cpp
)
-add_library(nrtype STATIC ${libnrtype_SRC})
-target_link_libraries(nrtype nr ${INKSCAPE_LIBS})
+add_library(nrtype_LIB STATIC ${libnrtype_SRC})
+target_link_libraries(nrtype_LIB nr_LIB ${INKSCAPE_LIBS})