We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b97ea5 commit 8442cd7Copy full SHA for 8442cd7
1 file changed
sbncode/SinglePhotonAnalysis/CMakeLists.txt
@@ -23,6 +23,13 @@ art_make_library( BASENAME_ONLY
23
ROOT::Core
24
)
25
26
+cet_build_plugin(CCDeltaRadiative art::module BASENAME_ONLY LIBRARIES
27
+ sbncode_SinglePhotonAnalysis_Libraries
28
+ sbncode_SinglePhotonAnalysis_SEAview
29
+ art_root_io::TFileService_service
30
+ ROOT::Tree
31
+ )
32
+
33
cet_build_plugin(NCDeltaRadiative art::module BASENAME_ONLY LIBRARIES
34
sbncode_SinglePhotonAnalysis_Libraries
35
sbncode_SinglePhotonAnalysis_SEAview
0 commit comments