From 303170f4cb61568b6e27146996a741065139e7a0 Mon Sep 17 00:00:00 2001 From: Wouter Deconinck <wouter.deconinck@umanitoba.ca> Date: Wed, 13 Oct 2021 03:08:27 +0000 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0366a15f..0f58365a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -64,3 +64,8 @@ install(DIRECTORY compact/ install(FILES athena.xml DESTINATION share/${PROJECT_NAME}/ ) +#----------------------------------------------------------------------------------- +# Install the detector calibration files. +install(DIRECTORY calibrations/ + DESTINATION share/${PROJECT_NAME}/ + ) -- GitLab