From 86feb045ef140e0cdeddd3abd8fa7381526e6629 Mon Sep 17 00:00:00 2001 From: Markus Engel Date: Sat, 21 Sep 2013 12:13:59 +0200 Subject: Fixed CMake build. (bzr r12562) --- src/CMakeLists.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 67c5be11a..32bcf19a7 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -569,21 +569,21 @@ set(inkscape_SRC # ----------------------------------------------------------------------------- # Setup the executable # ----------------------------------------------------------------------------- -add_inkscape_lib(sp_LIB "${sp_SRC}") -add_inkscape_lib(inkscape_LIB "${inkscape_SRC}") +#add_inkscape_lib(sp_LIB "${sp_SRC}") +#add_inkscape_lib(inkscape_LIB "${inkscape_SRC}") # make executable for INKSCAPE -add_executable(inkscape ${main_SRC}) +add_executable(inkscape ${main_SRC} ${inkscape_SRC} ${sp_SRC}) add_dependencies(inkscape inkscape_version) target_link_libraries(inkscape # order from automake - sp_LIB + #sp_LIB nrtype_LIB - inkscape_LIB - sp_LIB # annoying, we need both! + #inkscape_LIB + #sp_LIB # annoying, we need both! nrtype_LIB # annoying, we need both! dom_LIB -- cgit v1.2.3