From a94e638511a4e89e9db6528a9da893e34b9fe122 Mon Sep 17 00:00:00 2001 From: Ray Culbertson Date: Thu, 13 Jun 2024 14:57:09 -0500 Subject: [PATCH] add art lib to link --- STMMC/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/STMMC/CMakeLists.txt b/STMMC/CMakeLists.txt index 19620956f..ceed8e8dd 100644 --- a/STMMC/CMakeLists.txt +++ b/STMMC/CMakeLists.txt @@ -22,7 +22,8 @@ cet_build_plugin(STMResamplingFilter art::module cet_build_plugin(HPGeEfficiency art::module REG_SOURCE src/HPGeEfficiency_module.cc LIBRARIES REG - Offline::MCDataProducts + art_root_io::TFileService_service + Offline::MCDataProducts ) configure_file(${CMAKE_CURRENT_SOURCE_DIR}/fcl/HPGeWaveformsFromGeantSim.fcl ${CURRENT_BINARY_DIR} fcl/HPGeWaveformsFromGeantSim.fcl COPYONLY)