mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-30 00:00:11 +01:00
added dependencies as Git submodules
This commit is contained in:
parent
384d45ba8f
commit
0e847a297c
6 changed files with 23 additions and 0 deletions
18
.gitmodules
vendored
18
.gitmodules
vendored
|
@ -0,0 +1,18 @@
|
|||
[submodule "web/socket/flot"]
|
||||
path = web/socket/flot
|
||||
url = https://github.com/flot/flot.git
|
||||
[submodule "thirdparty/libconfig"]
|
||||
path = thirdparty/libconfig
|
||||
url = https://github.com/hyperrealm/libconfig.git
|
||||
[submodule "thirdparty/libwebsockets"]
|
||||
path = thirdparty/libwebsockets
|
||||
url = https://github.com/warmcat/libwebsockets
|
||||
[submodule "thirdparty/criterion"]
|
||||
path = thirdparty/criterion
|
||||
url = https://github.com/Snaipe/Criterion
|
||||
[submodule "thirdparty/libnl"]
|
||||
path = thirdparty/libnl
|
||||
url = https://github.com/thom311/libnl.git
|
||||
[submodule "thirdparty/pciutils"]
|
||||
path = thirdparty/pciutils
|
||||
url = https://github.com/pciutils/pciutils.git
|
1
thirdparty/criterion
vendored
Submodule
1
thirdparty/criterion
vendored
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 20a9da7c1897f16d84185481ff293cd8af8d644b
|
1
thirdparty/libconfig
vendored
Submodule
1
thirdparty/libconfig
vendored
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 5a06a161afacce6e32491db33781dab2f216df71
|
1
thirdparty/libnl
vendored
Submodule
1
thirdparty/libnl
vendored
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 7bf2e64654de75578db34b0eab53a3e4d106d65f
|
1
thirdparty/libwebsockets
vendored
Submodule
1
thirdparty/libwebsockets
vendored
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 0c984014f0a82e184af2ff18f97b45e2cbccd0bd
|
1
thirdparty/pciutils
vendored
Submodule
1
thirdparty/pciutils
vendored
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 2f8b8f9fcfcdb5d5692c6da887fc7f9c0cac847c
|
Loading…
Add table
Reference in a new issue