Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sergey Zharko
cbmroot
Commits
c056e2ce
Commit
c056e2ce
authored
Nov 29, 2021
by
Administrator
Committed by
Florian Uhlig
Nov 29, 2021
Browse files
Install scripts/macros needed for installation test
parent
fcdef9a8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
2 deletions
+11
-2
macro/CMakeLists.txt
macro/CMakeLists.txt
+7
-0
macro/run/CMakeLists.txt
macro/run/CMakeLists.txt
+4
-2
No files found.
macro/CMakeLists.txt
View file @
c056e2ce
...
...
@@ -28,6 +28,13 @@ add_test(load_libraries ${CBMROOT_BINARY_DIR}/macro/checklibs.sh)
# Install in any case
Install
(
PROGRAMS
${
CBMROOT_SOURCE_DIR
}
/scripts/checklibs.sh
DESTINATION share/cbmroot/macro/
)
Install
(
FILES
${
CBMROOT_SOURCE_DIR
}
/scripts/loadlib.C
DESTINATION share/cbmroot/macro/
)
Install
(
FILES KF/DecayConfig.C KF/registerGeantDecays.C KF/registerLightIons.C KF/registerPythiaDecays.C
KF/kf_kfparticle.C KF/kf_thermal_signal_generator.C KF/kf_transport.C
DESTINATION share/cbmroot/macro/KF
...
...
macro/run/CMakeLists.txt
View file @
c056e2ce
...
...
@@ -328,8 +328,10 @@ EndIf() # If(DEFINED ENV{RAW_DATA_PATH} )
# ============================================================================
Install
(
FILES .rootrc run_tra_file.C run_tra_beam.C run_transport_json_config.C run_digi_json_config.C config.json
run_digi.C run_reco.C run_tests.sh
run_unpack_online.C run_unpack_tsa.C
run_digi.C run_reco.C run_unpack_online.C run_unpack_tsa.C
DESTINATION share/cbmroot/macro/run
)
Install
(
PROGRAMS run_tests.sh
DESTINATION share/cbmroot/macro/run
)
Install
(
CODE
"FILE(MAKE_DIRECTORY
\$
{CMAKE_INSTALL_PREFIX}/share/cbmroot/macro/run/data)"
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment