diff --git a/core/detectors/rich/CMakeLists.txt b/core/detectors/rich/CMakeLists.txt index 77c01f1eb04a514fb7a31cb43ae97d03b731ecd9..a1c1339fe075dde7e43b93d2f4fbb19119cd5ed1 100644 --- a/core/detectors/rich/CMakeLists.txt +++ b/core/detectors/rich/CMakeLists.txt @@ -51,7 +51,7 @@ ENDIF (SSE_FOUND) set(LINKDEF CbmRichBaseLinkDef.h) Set(LIBRARY_NAME CbmRichBase) -Set(DEPENDENCIES CbmData CbmBase Base) +Set(DEPENDENCIES CbmData CbmBase Base MLP) GENERATE_LIBRARY()