File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed
Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 1212#add_compile_options(-O0 -g -fPIC)
1313
1414add_subdirectory (macros )
15+ add_subdirectory (data)
1516add_subdirectory (simulation)
1617add_subdirectory (alignment)
1718add_subdirectory (base)
Original file line number Diff line number Diff line change 1+ # Copyright 2019-2020 CERN and copyright holders of ALICE O2.
2+ # See https://alice-o2.web.cern.ch/copyright for details of the copyright holders.
3+ # All rights not expressly granted are reserved.
4+ #
5+ # This software is distributed under the terms of the GNU General Public
6+ # License v3 (GPL Version 3), copied verbatim in the file "COPYING".
7+ #
8+ # In applying this license CERN does not waive the privileges and immunities
9+ # granted to it by virtue of its status as an Intergovernmental Organization
10+ # or submit itself to any jurisdiction.
11+
12+ add_custom_target (GenerateAPTSResponse #ALL
13+ COMMAND ${CMAKE_BINARY_DIR} /stage/bin/o2-alpide-response-generator -i ${ITSRESPONSE_DIR} /response/APTSResponseData/ -o ${CMAKE_CURRENT_BINARY_DIR} /
14+ BYPRODUCTS ${CMAKE_CURRENT_BINARY_DIR} /APTSResponseData.root
15+ DEPENDS GenerateAlpideResponse
16+ COMMENT "Generating APTSResponseData.root"
17+ )
18+
19+ install (FILES "${CMAKE_CURRENT_BINARY_DIR} /APTSResponseData.root" DESTINATION "${CMAKE_INSTALL_PREFIX} /share/Detectors/Upgrades/ITS3/data/ITS3ChipResponseData/" OPTIONAL )
You can’t perform that action at this time.
0 commit comments