diff options
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 93b742b..1d578d9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -6,3 +6,7 @@ path = thirdparty/lua url = https://github.com/lua/lua branch = v5.4.0-patch +[submodule "thirdparty/boost"] + path = thirdparty/boost + url = https://github.com/s3nd3r5/boost + branch = v1.79.0 |