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 2aca5b2 commit d00ee17Copy full SHA for d00ee17
1 file changed
sbndcode/Calibration/DQM/CMakeLists.txt
@@ -0,0 +1,28 @@
1
+cet_build_plugin(FilterChoppy art::module
2
+ lardataobj::RecoBase
3
+ ROOT::Core
4
+ ROOT::Tree
5
+ art::Framework_Core
6
+ art::Framework_Principal
7
+ art::Utilities
8
+ art_root_io::tfile_support
9
+ art_root_io::TFileService_service
10
+ canvas::canvas
11
+ fhiclcpp::fhiclcpp
12
+ cetlib::cetlib
13
+ cetlib_except::cetlib_except
14
+ messagefacility::MF_MessageLogger
15
+ lardataobj::RawData
16
+ larcore::Geometry_Geometry_service
17
18
19
+ CLHEP::Random
20
+ ROOT::Geom
21
+ ROOT::XMLIO
22
+ ROOT::Gdml
23
+ ROOT::FFTW
24
+)
25
+
26
+install_headers()
27
+install_source()
28
+install_fhicl()
0 commit comments