From 587e1c1710cb4ee1db9f96eeffc5a1c93c74b3d6 Mon Sep 17 00:00:00 2001 From: samelian Date: Thu, 10 Mar 2011 22:24:24 +0000 Subject: [dependencies/arts] install artsc.h and artsc_export.h git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/arts@1224436 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- artsc/CMakeLists.txt | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/artsc/CMakeLists.txt b/artsc/CMakeLists.txt index 8ae4793..21ff153 100644 --- a/artsc/CMakeLists.txt +++ b/artsc/CMakeLists.txt @@ -53,12 +53,9 @@ include_directories( ##### headers ################################### -# FIXME these header must be installed? -#install( FILES -# artsc.h artsc_export.h -# DESTINATION ${INCLUDE_INSTALL_DIR} ) - - +install( FILES + artsc.h ${CMAKE_CURRENT_BINARY_DIR}/artsc_export.h + DESTINATION ${INCLUDE_INSTALL_DIR} ) ##### artsdsp (shared lib) ###################### -- cgit v1.2.3