summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e1a6962)
raw | patch | inline | side by side (parent: e1a6962)
author | verbalshadow <verbalshadow@users.sourceforge.net> | |
Sun, 30 Mar 2008 20:38:34 +0000 (20:38 +0000) | ||
committer | verbalshadow <verbalshadow@users.sourceforge.net> | |
Sun, 30 Mar 2008 20:38:34 +0000 (20:38 +0000) |
src/CMakeLists.txt | patch | blob | history | |
src/debug/CMakeLists.txt | patch | blob | history | |
src/display/CMakeLists.txt | patch | blob | history |
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 3a47a55fa25b02f067e5f6b5679c717f12cfa52e..9b66cb9bd3f74ce5cf03bc276885e0dd632a42bd 100644 (file)
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
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)
--- a/src/debug/CMakeLists.txt
+++ b/src/debug/CMakeLists.txt
#timestamp.h
)
-ADD_LIBRARY(inkdebug STATIC ${debug})
index 335816ac8c6174e2427c05ef0ef5fd73b7d0d92a..b0f9b1dc87528ff10966e2f097bb8b90be3e9d88 100644 (file)
sp-ctrlquadr.cpp
testnr.cpp
)
-
-ADD_LIBRARY(inkdisplay STATIC ${display})