[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdeplasma-addons/dataengines/comic
From:       Alexander Neundorf <neundorf () kde ! org>
Date:       2008-12-02 14:21:36
Message-ID: 1228227696.614800.24844.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 891645 by neundorf:

use target_link_libraries(... LINK_INTERFACE_LIBRARIES ... ) instead of \
set_target_properties()

Alex




 M  +1 -1      CMakeLists.txt  


--- trunk/KDE/kdeplasma-addons/dataengines/comic/CMakeLists.txt #891644:891645
@@ -18,9 +18,9 @@
 
 kde4_add_library( plasmacomicprovidercore SHARED ${comic_provider_core_SRCS} )
 target_link_libraries( plasmacomicprovidercore ${KDE4_KDEUI_LIBS} ${KDE4_KIO_LIBS} \
${KDE4_KROSSCORE_LIBS} ) +target_link_libraries( plasmacomicprovidercore \
LINK_INTERFACE_LIBRARIES ${KDE4_KDECORE_LIBS})  set_target_properties(
    plasmacomicprovidercore PROPERTIES VERSION 1.0.0 SOVERSION 1
-   ${KDE4_DISABLE_PROPERTY_}LINK_INTERFACE_LIBRARIES "${KDE4_KDECORE_LIBS}"
 )
 
 install( TARGETS plasmacomicprovidercore ${INSTALL_TARGETS_DEFAULT_ARGS} )


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic