client-root/.gitmodules

72 lines
2.5 KiB
Plaintext
Raw Normal View History

2019-10-24 14:19:01 -04:00
#Some helpers
[submodule "scripts"]
path = scripts
url = https://github.com/WolverinDEV/build-helpers.git
2019-07-01 06:40:51 -04:00
#The TeaClient itself
2019-07-01 06:19:25 -04:00
[submodule "client"]
path = client
url = https://git.did.science/WolverinDEV/TeaSpeak-Client.git
2019-07-01 06:40:51 -04:00
#All third party libraries used by TeaSpeak
[submodule "third_party/breakpad"]
path = third_party/breakpad
url = https://github.com/google/breakpad.git
[submodule "third_party/DataPipes"]
path = third_party/DataPipes
url = https://github.com/WolverinDEV/DataPipes.git
[submodule "third_party/ed25519"]
path = third_party/ed25519
url = https://github.com/WolverinDEV/ed25519.git
[submodule "third_party/libevent"]
path = third_party/libevent
url = https://github.com/libevent/libevent.git
[submodule "third_party/libfvad"]
path = third_party/libfvad
url = https://github.com/WolverinDEV/libfvad
[submodule "third_party/opus"]
path = third_party/opus
url = https://github.com/xiph/opus.git
[submodule "third_party/portaudio"]
path = third_party/portaudio
url = https://git.assembla.com/portaudio.git
[submodule "third_party/soxr"]
path = third_party/soxr
url = https://git.code.sf.net/p/soxr/code
[submodule "third_party/StringVariable"]
path = third_party/StringVariable
url = https://github.com/WolverinDEV/StringVariable.git
[submodule "third_party/tomcrypt"]
path = third_party/tomcrypt
2020-09-30 06:18:15 -04:00
url = https://git.did.science/TeaSpeak/libraries/tomcrypt.git
2019-07-01 06:40:51 -04:00
[submodule "third_party/tommath"]
path = third_party/tommath
2020-09-30 06:18:15 -04:00
url = https://git.did.science/TeaSpeak/libraries/tommath.git
2019-07-01 16:32:56 -04:00
[submodule "third_party/yaml-cpp"]
path = third_party/yaml-cpp
url = https://github.com/jbeder/yaml-cpp.git
[submodule "shared"]
path = shared
2020-09-30 06:18:15 -04:00
url = https://git.did.science/TeaSpeak/TeaSpeakLibrary.git
2019-10-14 10:46:43 -04:00
[submodule "build-helpers"]
path = build-helpers
url = https://github.com/WolverinDEV/build-helpers.git
2019-10-24 14:03:13 -04:00
[submodule "third_party/unbound"]
path = third_party/unbound
2019-10-25 19:21:20 -04:00
url = https://github.com/WolverinDEV/unbound.git
2020-02-08 10:51:25 -05:00
[submodule "third_party/soundio"]
path = third_party/soundio
url = https://github.com/WolverinDEV/libsoundio.git
2020-09-30 06:18:15 -04:00
[submodule "third_party/rnnoise"]
path = third_party/rnnoise
url = https://github.com/TeaSpeak/rnnoise-cmake.git
2021-02-07 12:52:06 -05:00
[submodule "third_party/spdlog"]
path = third_party/spdlog
url = https://git.did.science/TeaSpeak/libraries/spdlog.git
2021-05-01 17:44:52 -04:00
[submodule "third_party/abseil-cpp"]
2021-05-01 17:45:25 -04:00
path = third_party/abseil-cpp
2021-05-01 17:37:57 -04:00
url = https://github.com/abseil/abseil-cpp.git
[submodule "third_party/webrtc-audio-processing"]
path = third_party/webrtc-audio-processing
url = https://github.com/WolverinDEV/webrtc-audio-processin.git