diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-02-19 17:23:21 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-02-19 17:23:21 +0100 |
commit | ef7d3528ef51f02307717a5ec65b49c913d677a6 (patch) | |
tree | 31791a5e2977ea9516d4beb79037b622969fd57e /.gitmodules | |
parent | 3e588414970c69985cf5197e10d4996af29bd7a6 (diff) |
add support for building Magnum as subproject
This makes Magnum's `.cpp` files available for clangd.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index 86f6dea8..fd506584 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,12 @@ -[submodule "glm"] - path = glm - url = https://github.com/g-truc/glm.git +[submodule "magnum"] + path = magnum + url = https://github.com/mosra/magnum +[submodule "magnum-plugins"] + path = magnum-plugins + url = https://github.com/mosra/magnum-plugins +[submodule "magnum-integration"] + path = magnum-integration + url = https://github.com/mosra/magnum-integration +[submodule "corrade"] + path = corrade + url = https://github.com/mosra/corrade |