Files
blackmagic/.gitmodules
Rafael Silva 5dd7777bfc misc: move libopencm3 submodule to deps
This avoids having 2 copies of libopencm3 in the project, the git
submodule, used by make, and the subproject cloned by meson build,
instead, both workflows share the same instance
2024-01-11 15:03:48 -08:00

6 lines
134 B
Plaintext

[submodule "libopencm3"]
path = deps/libopencm3
url = https://github.com/blackmagic-debug/libopencm3
branch = main
ignore = dirty