diff options
Diffstat (limited to 'src/libcroco')
| -rw-r--r-- | src/libcroco/CMakeLists.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/libcroco/CMakeLists.txt b/src/libcroco/CMakeLists.txt index cee248a2a..3ca55b4b5 100644 --- a/src/libcroco/CMakeLists.txt +++ b/src/libcroco/CMakeLists.txt @@ -26,5 +26,7 @@ cr-term.c cr-tknzr.c cr-token.c cr-utils.c -)
+) ADD_LIBRARY(croco STATIC ${libcroco_SRC}) +TARGET_LINK_LIBRARIES(croco +${INKSCAPE_LIBS})
\ No newline at end of file |
