5e430ffa83
Register lib/CLI11 for standardized CLI parsing and lib/cvmmap-client-cpp as the canonical standalone cvmmap client dependency. This removes reliance on sibling working trees and makes dependency retrieval reproducible from git submodules.
7 lines
203 B
Plaintext
7 lines
203 B
Plaintext
[submodule "lib/cvmmap-client-cpp"]
|
|
path = lib/cvmmap-client-cpp
|
|
url = https://github.com/crosstyan/cvmmap-cpp-client
|
|
[submodule "lib/CLI11"]
|
|
path = lib/CLI11
|
|
url = https://github.com/CLIUtils/CLI11
|