From cf423a359606550e96ad3a80f91690c52a5c01bc Mon Sep 17 00:00:00 2001 From: Volker Friese <v.friese@gsi.de> Date: Tue, 16 Nov 2021 18:23:09 +0100 Subject: [PATCH] Added header-only files to installation. Refs #2338. --- core/data/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/core/data/CMakeLists.txt b/core/data/CMakeLists.txt index 668f0ba6a3..1180f46484 100644 --- a/core/data/CMakeLists.txt +++ b/core/data/CMakeLists.txt @@ -146,6 +146,7 @@ GENERATE_LIBRARY() # Install file which has no corresponding source file Install(FILES CbmDefs.h rich/CbmRichRingLight.h base/CbmDigiVector.h + base/CbmDigiData.h global/CbmDigiEvent.h global/CbmDigiTimeslice.h raw/bitmask_operators.hpp raw/StsXyterFinalHit.h raw/PsdGbtDataFormat-v0.00.h raw/PsdGbtDataFormat-v1.00.h DESTINATION include ) -- GitLab