From cc604a55a52410e2cbb10e222bee83da5783c701 Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Tue, 4 Jul 2006 19:31:08 +0000 Subject: [PATCH] Fix install files svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=558151 --- extdate/CMakeLists.txt | 2 +- kdeeducore/CMakeLists.txt | 2 +- kdeeduplot/CMakeLists.txt | 2 +- kdeeduui/CMakeLists.txt | 2 +- libscience/CMakeLists.txt | 2 +- widgets/CMakeLists.txt | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/extdate/CMakeLists.txt b/extdate/CMakeLists.txt index cce77ae..423c706 100644 --- a/extdate/CMakeLists.txt +++ b/extdate/CMakeLists.txt @@ -22,7 +22,7 @@ kde4_add_library(extdate SHARED ${extdate_LIB_SRCS}) target_link_libraries(extdate ${KDE4_KDE3SUPPORT_LIBS} ) set_target_properties(extdate PROPERTIES VERSION 1.2.0 SOVERSION 1 ) -install_targets(${LIB_INSTALL_DIR} extdate ) +install(TARGETS extdate DESTINATION ${LIB_INSTALL_DIR} ) ########### install files ############### diff --git a/kdeeducore/CMakeLists.txt b/kdeeducore/CMakeLists.txt index 09dee39..bafec6e 100644 --- a/kdeeducore/CMakeLists.txt +++ b/kdeeducore/CMakeLists.txt @@ -27,7 +27,7 @@ kde4_add_library(kdeeducore SHARED ${kdeeducore_LIB_SRCS}) target_link_libraries(kdeeducore ${KDE4_KIO_LIBS} ${QT_QTXML_LIBRARY}) set_target_properties(kdeeducore PROPERTIES VERSION 1.2.0 SOVERSION 1 ) -install_targets(${LIB_INSTALL_DIR} kdeeducore ) +install(TARGETS kdeeducore DESTINATION ${LIB_INSTALL_DIR} ) ########### install files ############### diff --git a/kdeeduplot/CMakeLists.txt b/kdeeduplot/CMakeLists.txt index 22b61e4..e0e6ed3 100644 --- a/kdeeduplot/CMakeLists.txt +++ b/kdeeduplot/CMakeLists.txt @@ -15,7 +15,7 @@ kde4_add_library(kdeeduplot SHARED ${kdeeduplot_LIB_SRCS}) target_link_libraries(kdeeduplot ${KDE4_KDEUI_LIBS} ) set_target_properties(kdeeduplot PROPERTIES VERSION 1.2.0 SOVERSION 1 ) -install_targets(${LIB_INSTALL_DIR} kdeeduplot ) +install(TARGETS kdeeduplot DESTINATION ${LIB_INSTALL_DIR} ) ########### install files ############### diff --git a/kdeeduui/CMakeLists.txt b/kdeeduui/CMakeLists.txt index 4540d69..1e7d743 100644 --- a/kdeeduui/CMakeLists.txt +++ b/kdeeduui/CMakeLists.txt @@ -15,7 +15,7 @@ kde4_add_library(kdeeduui SHARED ${kdeeduui_LIB_SRCS}) target_link_libraries(kdeeduui ${KDE4_KDE3SUPPORT_LIBS} khtml ${QT_QTXML_LIBRARY}) set_target_properties(kdeeduui PROPERTIES VERSION 3.0.5 SOVERSION 3 ) -install_targets(${LIB_INSTALL_DIR} kdeeduui ) +install(TARGETS kdeeduui DESTINATION ${LIB_INSTALL_DIR} ) ########### install files ############### diff --git a/libscience/CMakeLists.txt b/libscience/CMakeLists.txt index 6977d8d..27886bb 100644 --- a/libscience/CMakeLists.txt +++ b/libscience/CMakeLists.txt @@ -24,7 +24,7 @@ kde4_add_library(science SHARED ${science_LIB_SRCS}) target_link_libraries(science ${KDE4_KDEUI_LIBS} ${QT_QTXML_LIBRARY} ) set_target_properties(science PROPERTIES VERSION 4.0.0 SOVERSION 4 ) -install_targets(${LIB_INSTALL_DIR} science ) +install(TARGETS science DESTINATION ${LIB_INSTALL_DIR} ) ########### install files ############### diff --git a/widgets/CMakeLists.txt b/widgets/CMakeLists.txt index 2d49d24..51aacbd 100644 --- a/widgets/CMakeLists.txt +++ b/widgets/CMakeLists.txt @@ -19,7 +19,7 @@ kde4_install_libtool_file( ${PLUGIN_INSTALL_DIR} kdeeduwidgets ) target_link_libraries(kdeeduwidgets ${KDE4_KIO_LIBS} kdeeduplot extdate) -install_targets(${PLUGIN_INSTALL_DIR}/plugins/designer kdeeduwidgets) +install(TARGETS kdeeduwidgets DESTINATION ${PLUGIN_INSTALL_DIR}/plugins/designer ) ########### install files ############### -- 2.47.3