File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,11 +39,6 @@ o2_target_root_dictionary(TPCSimulation
3939 include /TPCSimulation/Point.h
4040 include /TPCSimulation/SAMPAProcessing.h )
4141
42- o2_add_executable (digits-to-rawzs
43- COMPONENT_NAME tpc
44- PUBLIC_LINK_LIBRARIES O2::TPCBase O2::SimulationDataFormat O2::GPUO2Interface O2::GPUTracking O2::DetectorsRaw
45- SOURCES run/convertDigitsToRawZS.cxx )
46-
4742o2_data_file (COPY files DESTINATION Detectors/TPC )
4843o2_data_file (COPY data DESTINATION Detectors/TPC/simulation )
4944
Original file line number Diff line number Diff line change @@ -90,3 +90,8 @@ if(GPUCA_EVENT_DISPLAY OR
9090 AND NOT CMAKE_SYSTEM_NAME STREQUAL "Darwin" ))
9191 target_compile_definitions (${targetName} PRIVATE GPUCA_BUILD_EVENT_DISPLAY )
9292endif ()
93+
94+ o2_add_executable (digits-to-rawzs
95+ COMPONENT_NAME tpc
96+ PUBLIC_LINK_LIBRARIES O2::TPCBase O2::SimulationDataFormat O2::GPUO2Interface O2::GPUTracking O2::DetectorsRaw
97+ SOURCES src/convertDigitsToRawZS.cxx )
File renamed without changes.
You can’t perform that action at this time.
0 commit comments