diff options
author | samelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-03-10 20:49:22 +0000 |
---|---|---|
committer | samelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-03-10 20:49:22 +0000 |
commit | c3836ab7505733a7d9176f313a4ec099ce4a0c67 (patch) | |
tree | a51813b537244623761ff84c1e9400d63040cbf6 | |
parent | 5fe2771f582116add843e5d31dc4dcd48aae6bb8 (diff) | |
download | arts-c3836ab7505733a7d9176f313a4ec099ce4a0c67.tar.gz arts-c3836ab7505733a7d9176f313a4ec099ce4a0c67.zip |
[dependencies/arts] fix path to .mcop* files
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/arts@1224425 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-rw-r--r-- | flow/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/flow/CMakeLists.txt b/flow/CMakeLists.txt index 6cfd386..aa26352 100644 --- a/flow/CMakeLists.txt +++ b/flow/CMakeLists.txt @@ -37,7 +37,8 @@ install( FILES ##### other data ################################ install( FILES - artsflow.mcoptype artsflow.mcopclass + ${CMAKE_CURRENT_BINARY_DIR}/artsflow.mcoptype + ${CMAKE_CURRENT_BINARY_DIR}/artsflow.mcopclass DESTINATION ${LIB_INSTALL_DIR}/mcop ) |