diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2020-09-09 17:03:19 -0400 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2020-09-09 17:03:19 -0400 |
commit | 44fe6cd6a2cfa9ebabad25a26a60e35355265629 (patch) | |
tree | 62ba7a396121fb12f0fea814922af444f53b3819 /.gitmodules | |
parent | c2df849075c0211cacafa399f6194f1d77beb74e (diff) | |
download | abaddon-portaudio-44fe6cd6a2cfa9ebabad25a26a60e35355265629.tar.gz abaddon-portaudio-44fe6cd6a2cfa9ebabad25a26a60e35355265629.zip |
convert to cmake, add ci
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..91e22f2 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "thirdparty/simpleini"] + path = thirdparty/simpleini + url = https://github.com/brofield/simpleini +[submodule "thirdparty/IXWebSocket"] + path = thirdparty/IXWebSocket + url = https://github.com/machinezone/IXWebSocket |