Code

Cmake: Updating src CMakeLists soucre list.
authorverbalshadow <verbalshadow@users.sourceforge.net>
Sun, 30 Mar 2008 20:38:34 +0000 (20:38 +0000)
committerverbalshadow <verbalshadow@users.sourceforge.net>
Sun, 30 Mar 2008 20:38:34 +0000 (20:38 +0000)
src/CMakeLists.txt
src/debug/CMakeLists.txt
src/display/CMakeLists.txt

index 3a47a55fa25b02f067e5f6b5679c717f12cfa52e..9b66cb9bd3f74ce5cf03bc276885e0dd632a42bd 100644 (file)
@@ -199,11 +199,26 @@ verbs.cpp
 version.cpp
 winmain.cpp
 zoom-context.cpp
+${algorithms}
+${api}
+${application}
+${BIND_SRC}
+${debug}
+${dialogs}
+${display}
+${dom_SRC}
+${extension_SRC}
+${graphlayout_SRC}
+${extension_SRC}
+${helper_SRC}
+#${
+#${
+#${
 )
 
 # make executable for INKSCAPE
 ADD_EXECUTABLE(inkscape ${INKSCAPE_SRC})
-#TARGET_LINK_LIBRARIES(INKSCAPE blas gsl)
+
 #INSTALL(TARGETS INKSCAPE
 #  RUNTIME DESTINATION bin
 #  LIBRARY DESTINATION lib
index b37489b08dcf43c6f1f9a956e2920bd39a2e179e..8e76dda4e69946ab51b9aaa005f789f54a2be9eb 100644 (file)
@@ -17,4 +17,3 @@ timestamp.cpp
 #timestamp.h
 )
 
-ADD_LIBRARY(inkdebug STATIC ${debug})
index 335816ac8c6174e2427c05ef0ef5fd73b7d0d92a..b0f9b1dc87528ff10966e2f097bb8b90be3e9d88 100644 (file)
@@ -55,5 +55,3 @@ sp-ctrlline.cpp
 sp-ctrlquadr.cpp
 testnr.cpp
 )
-
-ADD_LIBRARY(inkdisplay STATIC ${display})