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/CMakeLists.txt | |
| 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/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 17 |
1 files changed, 16 insertions, 1 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 |
