Code

Cmake: Fixed the extra -l in the link command, plus a add linking for all sub-libs...
[inkscape.git] / src / jabber_whiteboard / CMakeLists.txt
index f428c84c621a002950bb50ddb4dd7f9927351686..5f4dfa9810cd9ed7e62db0ed43b0ecfe029b8b0f 100644 (file)
@@ -18,4 +18,6 @@ session-file-selector.cpp
 session-manager.cpp
 ${jabber_whiteboard_dialog_SRC}
 )
-ADD_LIBRARY(jabber_whiteboard STATIC ${jabber_whiteboard_SRC})
\ No newline at end of file
+ADD_LIBRARY(jabber_whiteboard STATIC ${jabber_whiteboard_SRC})
+TARGET_LINK_LIBRARIES(jabber_whiteboard
+2geom ${INKSCAPE_LIBS})
\ No newline at end of file