Part 6 : Automatic dependencies fetch
Automatic dependencies fetch is allowed by pull_extra_module :
1 |
pull_extra_module("DataStream" "https://gitlab.in2p3.fr/CTA-LAPP/PHOENIX_LIBS/DataStream.git") |
Extra information such as branch, tag or commit hash can be given to the function :
1 |
pull_extra_module("DataStream" "https://gitlab.in2p3.fr/CTA-LAPP/PHOENIX_LIBS/DataStream.git" master) |