Code

Split SPCanvasItem and SPCanvasGroup to individual .h files. Pruned forward header.
[inkscape.git] / src / CMakeLists.txt
index 9f7cc33dc0a89797892e5bc33af0eb265da0e25d..f03f22c803e237af7efb463905adfdc684ad7874 100644 (file)
@@ -61,6 +61,7 @@ sp-shape.cpp
 sp-skeleton.cpp\r
 sp-spiral.cpp\r
 sp-star.cpp\r
+sp-stop.cpp\r
 sp-string.cpp\r
 sp-style-elem.cpp\r
 sp-switch.cpp\r
@@ -86,11 +87,11 @@ composite-undo-stack-observer.cpp
 common-context.cpp\r
 conditions.cpp\r
 conn-avoid-ref.cpp\r
+connection-points.cpp\r
 connector-context.cpp\r
 console-output-undo-observer.cpp\r
 context-fns.cpp\r
 #deptool.cpp\r
-desktop-affine.cpp\r
 desktop.cpp\r
 desktop-events.cpp\r
 desktop-handles.cpp\r
@@ -205,7 +206,6 @@ ${ONLY_WIN}
 SET(internalfolders\r
 #algorithms\r
 #api\r
-application\r
 bind\r
 debug\r
 dialogs\r
@@ -251,18 +251,19 @@ ENDFOREACH(srclistsrc)
 \r
 SET(INKSCAPE_SRC ${INKSCAPE_SRC} ${GlibOutput})\r
 \r
-#message(status "${INKSCAPE_LIBS}")\r
 ADD_LIBRARY(sp STATIC ${SP_SRC})\r
-\r
+TARGET_LINK_LIBRARIES(sp\r
+nr nrtype avoid cola croco gdl vpsc livarot ${internalfolders} ${INKSCAPE_LIBS}\r
+)\r
 # make executable for INKSCAPE\r
 ADD_EXECUTABLE(inkscape ${INKSCAPE_SRC})\r
 TARGET_LINK_LIBRARIES(inkscape\r
-    ${internalfolders} sp avoid cola croco gdl nr nrtype vpsc livarot ${INKSCAPE_LIBS}\r
+nr nrtype sp avoid cola croco gdl vpsc livarot ${internalfolders} ${INKSCAPE_LIBS}\r
 )\r
 \r
 # make executable for INKVIEW\r
 #ADD_EXECUTABLE(inkview inkview.cpp)\r
 #TARGET_LINK_LIBRARIES(inkview\r
-#      "${INKSCAPE_LINK_FLAGS}" 2geom avoid cola croco gdl nr nrtype vpsc livarot sp ${internalfolders}\r
+#      2geom avoid cola croco gdl nr nrtype vpsc livarot sp ${internalfolders}\r
 #)\r
 \r