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
13 changes: 13 additions & 0 deletions Detectors/TPC/spacecharge/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,19 @@ o2_add_test_root_macro(macro/createResidualDistortionObject.C
O2::CommonUtils
LABELS tpc)


install(FILES macro/createSCHistosFromHits.C
DESTINATION share/macro/)

o2_add_test_root_macro(macro/createSCHistosFromHits.C
PUBLIC_LINK_LIBRARIES O2::TPCSpaceCharge
O2::CommonUtils
O2::TPCBase
O2::TPCSimulation
O2::DataFormatsTPC
O2::MathUtils
LABELS tpc COMPILE_ONLY)

o2_add_test(PoissonSolver
COMPONENT_NAME spacecharge
PUBLIC_LINK_LIBRARIES O2::TPCSpaceCharge
Expand Down
Loading