diff options
author | samelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-03-10 22:24:24 +0000 |
---|---|---|
committer | samelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-03-10 22:24:24 +0000 |
commit | 587e1c1710cb4ee1db9f96eeffc5a1c93c74b3d6 (patch) | |
tree | 6bd4a93dd244ee7a360049df654898da21a171b3 /artsc | |
parent | c3836ab7505733a7d9176f313a4ec099ce4a0c67 (diff) | |
download | arts-587e1c1710cb4ee1db9f96eeffc5a1c93c74b3d6.tar.gz arts-587e1c1710cb4ee1db9f96eeffc5a1c93c74b3d6.zip |
[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
Diffstat (limited to 'artsc')
-rw-r--r-- | artsc/CMakeLists.txt | 9 |
1 files 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) ###################### |