diff options
author | samelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-03-10 23:16:52 +0000 |
---|---|---|
committer | samelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-03-10 23:16:52 +0000 |
commit | cba01693b4883ecefb114e4dd2dfea209f2a6675 (patch) | |
tree | e86d724c3c3757cde1d3a9b84aaaa4008783a898 /artsc | |
parent | 587e1c1710cb4ee1db9f96eeffc5a1c93c74b3d6 (diff) | |
download | arts-cba01693b4883ecefb114e4dd2dfea209f2a6675.tar.gz arts-cba01693b4883ecefb114e4dd2dfea209f2a6675.zip |
[dependencies/arts] install artsc headers under ${CMAKE_INSTALL_PREFIX}/include/artsc
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/arts@1224438 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'artsc')
-rw-r--r-- | artsc/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/artsc/CMakeLists.txt b/artsc/CMakeLists.txt index 21ff153..5c8cbe6 100644 --- a/artsc/CMakeLists.txt +++ b/artsc/CMakeLists.txt @@ -53,9 +53,10 @@ include_directories( ##### headers ################################### +# FIXME: DESTINATION is currently a workaround install( FILES artsc.h ${CMAKE_CURRENT_BINARY_DIR}/artsc_export.h - DESTINATION ${INCLUDE_INSTALL_DIR} ) + DESTINATION ${CMAKE_INSTALL_PREFIX}/include/artsc ) ##### artsdsp (shared lib) ###################### |