Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ cet_set_compiler_flags(DIAGS CAUTIOUS WERROR NO_UNDEFINED EXTRA_FLAGS -pedantic)
cet_report_compiler_flags(REPORT_THRESHOLD VERBOSE)

find_package(larcore REQUIRED EXPORT)
find_package(lardata REQUIRED EXPORT)
find_package(larcorealg REQUIRED EXPORT)
find_package(lardataalg REQUIRED EXPORT)
find_package(lardataobj REQUIRED EXPORT)
Expand Down
17 changes: 17 additions & 0 deletions larg4/Core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,22 @@ cet_build_plugin(larg4SingleGen art::EDProducer
CLHEP::Random
)

cet_build_plugin(G4InfoReducer art::EDProducer
LIBRARIES PRIVATE
lardata::DetectorInfoServices_DetectorPropertiesServiceStandard_service
larcore::ServiceUtil
larcorealg::Geometry
canvas::canvas
art::Framework_Services_Registry
messagefacility::MF_MessageLogger
fhiclcpp::fhiclcpp
)

cet_build_plugin(SimpleMerge art::EDProducer
LIBRARIES PRIVATE
nusimdata::SimulationBase
art::Framework_Services_Registry
)

install_headers()
install_source()