diff options
Diffstat (limited to 'src/libcola')
| -rw-r--r-- | src/libcola/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libcola/CMakeLists.txt b/src/libcola/CMakeLists.txt index 564663aa0..b5f2e7f1f 100644 --- a/src/libcola/CMakeLists.txt +++ b/src/libcola/CMakeLists.txt @@ -8,3 +8,5 @@ shortest_paths.cpp straightener.cpp ) ADD_LIBRARY(cola STATIC ${libcola_SRC}) +TARGET_LINK_LIBRARIES(cola +${INKSCAPE_LIBS})
\ No newline at end of file |
