diff --git a/CMakeLists.txt b/CMakeLists.txt index e14395115..b88b254f6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -416,6 +416,15 @@ install( ${HERMES_INSTALL_DATA_DIR}/cmake/hermes ) +install( + FILES + test/data/hermes.conf + TYPE + DATA + RENAME + hermes_sample.conf +) + #----------------------------------------------------------------------------- # Configure the hermes-config-version .cmake file for the install directory #-----------------------------------------------------------------------------