summaryrefslogtreecommitdiffstats
path: root/gmcop
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-08-10 21:15:01 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-08-11 08:52:14 +0900
commitc5f9bde2d38d78196f05bfcbfc52d04f089a928a (patch)
tree02e606077c896a0e6acc8449585aa465bb9629c1 /gmcop
parent874e171aea12ab6d699f7ea99dd23756b00d6458 (diff)
downloadarts-c5f9bde2.tar.gz
arts-c5f9bde2.zip
Use 'tde_setup_paths' macro to setup required paths.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit fbe27fc928b3dc2dd9efb29b023399d1f0c3ebe1)
Diffstat (limited to 'gmcop')
-rw-r--r--gmcop/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/gmcop/CMakeLists.txt b/gmcop/CMakeLists.txt
index be4a05c..15aea7e 100644
--- a/gmcop/CMakeLists.txt
+++ b/gmcop/CMakeLists.txt
@@ -18,9 +18,9 @@ include_directories(
##### headers ###################################
-install( FILES
- giomanager.h
- DESTINATION ${INCLUDE_INSTALL_DIR} )
+install(
+ FILES giomanager.h
+ DESTINATION ${INCLUDE_INSTALL_DIR}/${CMAKE_PROJECT_NAME} )
##### gmcop (shared lib) ########################