We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60a15e7 commit 9a6116eCopy full SHA for 9a6116e
1 file changed
sbndcode/Decoders/TPC/CMakeLists.txt
@@ -19,6 +19,19 @@ cet_build_plugin( SBNDTPCDecoder art::module
19
sbndcode_ChannelMaps_TPC_TPCChannelMapService_service
20
)
21
22
+cet_build_plugin( NTBDecoder art::module
23
+ SOURCE NTBDecoder_module.cc
24
+ LIBRARIES
25
+ sbndaq_artdaq_core::sbndaq-artdaq-core_Overlays_SBND
26
+ artdaq_core::artdaq-core_Utilities
27
+ art::Utilities
28
+ fhiclcpp::fhiclcpp
29
+ messagefacility::MF_MessageLogger
30
+ art::Framework_Core
31
+ ROOT::Core
32
+ ROOT::Tree
33
+)
34
+
35
install_headers()
36
install_fhicl()
37
install_source()
0 commit comments