diff --git a/CMakeLists.txt b/CMakeLists.txt index 0366a15f778cb64f979a1582472d5d62c82eff9c..0f58365aa273b8423e09e0fec4ab38b948db57f0 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}/ + )