From 56fa7cf7653e7b637c612b6f76103dd101703b6d Mon Sep 17 00:00:00 2001 From: dberzano Date: Mon, 19 Jan 2015 17:39:48 +0100 Subject: [PATCH] TRDrec: installing headers --- TRD/TRDrec/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TRD/TRDrec/CMakeLists.txt b/TRD/TRDrec/CMakeLists.txt index 1ce6588baff..14203386ab9 100644 --- a/TRD/TRDrec/CMakeLists.txt +++ b/TRD/TRDrec/CMakeLists.txt @@ -85,3 +85,6 @@ endif(${CMAKE_SYSTEM} MATCHES Darwin) install(TARGETS ${MODULE} ARCHIVE DESTINATION lib LIBRARY DESTINATION lib) + +# Header installation into $CMAKE_INSTALL_PREFIX/include +install(FILES ${HDRS} DESTINATION include) -- 2.43.0