-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
39 lines (39 loc) · 1.53 KB
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
[submodule "third-party/libcaer"]
path = third-party/libcaer
url = https://gitlab.com/inivation/dv/libcaer
[submodule "third-party/libusb"]
path = third-party/libusb
url = https://github.com/libusb/libusb
[submodule "third-party/boost/circular_buffer"]
path = third-party/boost/circular_buffer
url = https://github.com/boostorg/circular_buffer
[submodule "third-party/boost/config"]
path = third-party/boost/config
url = https://github.com/boostorg/config
[submodule "third-party/boost/core"]
path = third-party/boost/core
url = https://github.com/boostorg/core
[submodule "third-party/boost/static_assert"]
path = third-party/boost/static_assert
url = https://github.com/boostorg/static_assert
[submodule "third-party/boost/type_traits"]
path = third-party/boost/type_traits
url = https://github.com/boostorg/type_traits
[submodule "third-party/boost/throw_exception"]
path = third-party/boost/throw_exception
url = https://github.com/boostorg/throw_exception
[submodule "third-party/boost/assert"]
path = third-party/boost/assert
url = https://github.com/boostorg/assert
[submodule "third-party/boost/move"]
path = third-party/boost/move
url = https://github.com/boostorg/move
[submodule "third-party/boost/concept_check"]
path = third-party/boost/concept_check
url = https://github.com/boostorg/concept_check
[submodule "third-party/boost/preprocessor"]
path = third-party/boost/preprocessor
url = https://github.com/boostorg/preprocessor
[submodule "third-party/efft"]
path = third-party/efft
url = https://github.com/raultapia/efft