diff options
| author | Joshua L. Blocher <verbalshadow@gmail.com> | 2008-03-30 20:38:34 +0000 |
|---|---|---|
| committer | verbalshadow <verbalshadow@users.sourceforge.net> | 2008-03-30 20:38:34 +0000 |
| commit | 575ba3544b2fcd25bef5843a5111616611e7f6a8 (patch) | |
| tree | 83f3cec9254747545b6193177d176679acab501b /src | |
| parent | cmake: add C to project definition for the two C directories that we build (diff) | |
| download | inkscape-575ba3544b2fcd25bef5843a5111616611e7f6a8.tar.gz inkscape-575ba3544b2fcd25bef5843a5111616611e7f6a8.zip | |
Cmake: Updating src CMakeLists soucre list.
(bzr r5262)
Diffstat (limited to 'src')
| -rw-r--r-- | src/CMakeLists.txt | 17 | ||||
| -rw-r--r-- | src/debug/CMakeLists.txt | 1 | ||||
| -rw-r--r-- | 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}) |
