-
Notifications
You must be signed in to change notification settings - Fork 0
/
CMakeLists.txt
35 lines (31 loc) · 948 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
set(
MODULE_LIBRARIES
${ART_FRAMEWORK_CORE}
${ART_FRAMEWORK_PRINCIPAL}
${ART_ROOT_IO_TFILE_SUPPORT}
${ART_ROOT_IO_TFILESERVICE_SERVICE}
${ART_FRAMEWORK_SERVICES_REGISTRY}
${ART_ROOT_IO_TFILESERVICE_SERVICE}
${FHICLCPP}
${ROOT_BASIC_LIB_LIST}
ROOT::Tree
ROOT::Core
art_root_io::tfile_support
art_root_io::TFileService_service
art::Persistency_Common
art::Persistency_Provenance
art::Utilities
lardataobj::RecoBase
larsim::MCCheater_BackTrackerService_service
larcorealg::Geometry
larcore::Geometry_Geometry_service
larevt::SpaceCharge
lardata::DetectorInfoServices_DetectorClocksServiceStandard_service
larsim::MCCheater_ParticleInventoryService_service
)
cet_build_plugin(TPCAnalyzer art::Module SOURCE TPCAnalyzer_module.cc LIBRARIES ${MODULE_LIBRARIES} )
install_source()
install_fhicl()
FILE(GLOB fcl_files *.fcl)
add_subdirectory(job)
add_subdirectory(EventIDFilter)