Skip to content
Snippets Groups Projects
Commit 0a9e1237 authored by Volker Friese's avatar Volker Friese Committed by Jan de Cuveland
Browse files

Added missing class StsXyterMessage to library OnlineData.

parent 5d675a0f
No related branches found
No related tags found
1 merge request!750Initial version of STS unpacker algo plus integration by task. Refs #2268. Refs #2272.
......@@ -21,9 +21,10 @@ set(SRCS
${CMAKE_SOURCE_DIR}/core/data/tof/CbmTofDetectorId.cxx
${CMAKE_SOURCE_DIR}/core/data/tof/CbmTofDetectorId_v12b.cxx
${CMAKE_SOURCE_DIR}/core/data/psd/CbmPsdDigi.cxx
${CMAKE_SOURCE_DIR}/core/data/psd/CbmPsdAddress.cxx
${CMAKE_SOURCE_DIR}/core/data/raw/StsXyterMessage.cxx
)
add_library(OnlineData SHARED ${SRCS})
......@@ -38,6 +39,7 @@ target_include_directories(OnlineData
PUBLIC ${CMAKE_SOURCE_DIR}/core/data/tof
PUBLIC ${CMAKE_SOURCE_DIR}/core/data/psd
PUBLIC ${CMAKE_SOURCE_DIR}/core/data/global
PUBLIC ${CMAKE_SOURCE_DIR}/core/data/raw
PUBLIC ${CMAKE_SOURCE_DIR}/external/ipc/ipc/lib/fles_ipc
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment