File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -104,13 +104,16 @@ if(pythia_FOUND)
104104 include /Generators/GeneratorFactory.h)
105105endif ()
106106
107+ list (APPEND root_headers ${headers} )
107108if (HepMC3_FOUND)
108109 list (APPEND headers include /Generators/GeneratorHepMC.h)
109110 list (APPEND headers include /Generators/GeneratorHepMCParam.h)
111+ list (APPEND root_headers include /Generators/GeneratorHepMC.h)
112+ list (APPEND root_headers include /Generators/GeneratorHepMCParam.h)
110113 list (APPEND headers include /Generators/AODToHepMC.h)
111114endif ()
112115
113- o2_target_root_dictionary (Generators HEADERS ${headers } )
116+ o2_target_root_dictionary (Generators HEADERS ${root_headers } )
114117
115118o2_add_test_root_macro (share/external/extgen.C
116119 PUBLIC_LINK_LIBRARIES O2::Generators FairRoot::Base
You can’t perform that action at this time.
0 commit comments