diff options
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 3711bef..c951407 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,3 +3,8 @@ url = https://github.com/raspberrypi/pico-sdk branch = 1.5.1 shallow = true +[submodule "test/lib/googletest"] + path = test/lib/googletest + url = https://github.com/google/googletest + branch = v1.14.0 + shallow = true |