-
Notifications
You must be signed in to change notification settings - Fork 0
/
CMakeLists.txt
36 lines (29 loc) · 908 Bytes
/
CMakeLists.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
set(MODULE_LIBRARIES
art::Framework_Principal
art::Framework_Services_Registry
art_root_io::tfile_support
art_root_io::TFileService_service
art::Persistency_Common
art::Persistency_Provenance
art::Utilities
ROOT::Tree
ROOT::Core
larsim::Utils
larsim::PhotonPropagation
larsim::MCCheater_BackTrackerService_service
larsim::MCCheater_ParticleInventoryService_service
lardata::DetectorInfoServices_DetectorClocksServiceStandard_service
larcore::Geometry_Geometry_service
larcorealg::Geometry
lardataobj::RawData
lardataobj::RecoBase
lardataobj::MCBase
lardataobj::Simulation
nusimdata::SimulationBase
nug4::ParticleNavigation
sbnobj::Common_Reco
sbndcode_OpDetSim
)
cet_build_plugin(LightCaloSBND art::Module SOURCE LightCaloSBND_module.cc LIBRARIES ${MODULE_LIBRARIES} )
install_fhicl()
install_source()