1 parent fbf7bd5 commit fab6ec6Copy full SHA for fab6ec6
6 files changed
Generators/CMakeLists.txt
@@ -146,7 +146,6 @@ if(doBuildSimulation)
146
# PUBLIC_LINK_LIBRARIES O2::Generators)
147
endif()
148
149
-
150
o2_add_test_root_macro(share/external/tgenerator.C
151
PUBLIC_LINK_LIBRARIES O2::Generators
152
LABELS generators)
@@ -168,12 +167,12 @@ endif()
168
167
o2_add_executable(merge-evtpool
169
COMPONENT_NAME generators
170
SOURCES src/MergeEventPool.cxx
171
- PUBLIC_LINK_LIBRARIES O2::SimulationDataFormat
+ PUBLIC_LINK_LIBRARIES O2::CommonUtils
+ O2::SimulationDataFormat
172
ROOT::Core
173
+ ROOT::RIO
174
ROOT::Tree
- ROOT::Net
175
- Boost::program_options
176
- Threads::Threads)
+ Boost::program_options)
177
178
o2_data_file(COPY share/external DESTINATION Generators)
179
o2_data_file(COPY share/egconfig DESTINATION Generators)
0 commit comments