diff options
Diffstat (limited to 'src/dialogs')
| -rw-r--r-- | src/dialogs/CMakeLists.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/dialogs/CMakeLists.txt b/src/dialogs/CMakeLists.txt index d5007b13d..9d2ed9eb8 100644 --- a/src/dialogs/CMakeLists.txt +++ b/src/dialogs/CMakeLists.txt @@ -23,4 +23,6 @@ text-edit.cpp unclump.cpp xml-tree.cpp ) -ADD_LIBRARY(dialogs STATIC ${dialogs_SRC})
\ No newline at end of file +ADD_LIBRARY(dialogs STATIC ${dialogs_SRC}) +TARGET_LINK_LIBRARIES(dialogs +2geom ${INKSCAPE_LIBS})
\ No newline at end of file |
