From 2e9259200e5b581c3ea31c5960d878401453b0da Mon Sep 17 00:00:00 2001 From: verbalshadow Date: Sun, 30 Mar 2008 20:38:34 +0000 Subject: [PATCH] Cmake: Updating src CMakeLists soucre list. --- src/CMakeLists.txt | 17 ++++++++++++++++- src/debug/CMakeLists.txt | 1 - src/display/CMakeLists.txt | 2 -- 3 files changed, 16 insertions(+), 4 deletions(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 3a47a55fa..9b66cb9bd 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -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 diff --git a/src/debug/CMakeLists.txt b/src/debug/CMakeLists.txt index b37489b08..8e76dda4e 100644 --- a/src/debug/CMakeLists.txt +++ b/src/debug/CMakeLists.txt @@ -17,4 +17,3 @@ timestamp.cpp #timestamp.h ) -ADD_LIBRARY(inkdebug STATIC ${debug}) diff --git a/src/display/CMakeLists.txt b/src/display/CMakeLists.txt index 335816ac8..b0f9b1dc8 100644 --- a/src/display/CMakeLists.txt +++ b/src/display/CMakeLists.txt @@ -55,5 +55,3 @@ sp-ctrlline.cpp sp-ctrlquadr.cpp testnr.cpp ) - -ADD_LIBRARY(inkdisplay STATIC ${display}) -- 2.30.2