summaryrefslogtreecommitdiffstats
path: root/gmcop
diff options
context:
space:
mode:
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) ########################