diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-08-10 21:15:01 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-08-10 21:15:01 +0900 |
commit | fbe27fc928b3dc2dd9efb29b023399d1f0c3ebe1 (patch) | |
tree | eebe0e90a8792d109b78cce21f041f6ed1d97d5b /mcop | |
parent | 0a2f5a792977b640e4d41f96f0523f416fac7359 (diff) | |
download | arts-fbe27fc928b3dc2dd9efb29b023399d1f0c3ebe1.tar.gz arts-fbe27fc928b3dc2dd9efb29b023399d1f0c3ebe1.zip |
Use 'tde_setup_paths' macro to setup required paths.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'mcop')
-rw-r--r-- | mcop/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mcop/CMakeLists.txt b/mcop/CMakeLists.txt index 0d28932..3f156e0 100644 --- a/mcop/CMakeLists.txt +++ b/mcop/CMakeLists.txt @@ -44,7 +44,7 @@ install( FILES weakreference.h dynamicrequest.h anyref.h debug.h delayedreturn.h dynamicskeleton.h thread.h core.idl ${CMAKE_CURRENT_BINARY_DIR}/arts_export.h - DESTINATION ${INCLUDE_INSTALL_DIR} ) + DESTINATION ${INCLUDE_INSTALL_DIR}/${CMAKE_PROJECT_NAME} ) ##### mcop (shared library) ##################### |