From c651c382a859febcdeb9219d0fff8ff8e11bb266 Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Wed, 10 May 2006 13:42:00 +0000 Subject: [PATCH] These libs install headers, so install the respective _export.h svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=539356 --- kdeeducore/CMakeLists.txt | 1 + kdeeduplot/CMakeLists.txt | 1 + kdeeduui/CMakeLists.txt | 1 + 3 files changed, 3 insertions(+) diff --git a/kdeeducore/CMakeLists.txt b/kdeeducore/CMakeLists.txt index bfbcfd8..76bf356 100644 --- a/kdeeducore/CMakeLists.txt +++ b/kdeeducore/CMakeLists.txt @@ -41,6 +41,7 @@ install_targets(${LIB_INSTALL_DIR} kdeeducore ) ########### install files ############### install_files(/include/libkdeedu FILES + libkdeedu_core_export.h keduvocdocument.h keduvocexpression.h keduvocgrammar.h diff --git a/kdeeduplot/CMakeLists.txt b/kdeeduplot/CMakeLists.txt index d4652c5..ab5c1bf 100644 --- a/kdeeduplot/CMakeLists.txt +++ b/kdeeduplot/CMakeLists.txt @@ -29,6 +29,7 @@ install_targets(${LIB_INSTALL_DIR} kdeeduplot ) ########### install files ############### install_files(/include/libkdeedu FILES + libkdeedu_plot_export.h kplotobject.h kplotaxis.h kplotwidget.h diff --git a/kdeeduui/CMakeLists.txt b/kdeeduui/CMakeLists.txt index ec958ac..7432eff 100644 --- a/kdeeduui/CMakeLists.txt +++ b/kdeeduui/CMakeLists.txt @@ -29,6 +29,7 @@ install_targets(${LIB_INSTALL_DIR} kdeeduui ) ########### install files ############### install_files(/include/libkdeedu FILES + libkdeedu_ui_export.h kdeeduglossary.h ) -- 2.47.3