diff --git a/.gitmodules b/.gitmodules index 866d374c8b..ec57ac48de 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,23 +1,29 @@ [submodule "3rdparty/catch"] path = 3rdparty/catch url = https://github.com/wxWidgets/Catch.git + update = checkout [submodule "src/zlib"] path = src/zlib url = https://github.com/wxWidgets/zlib.git branch = wx + update = checkout [submodule "src/png"] path = src/png url = https://github.com/wxWidgets/libpng.git branch = wx + update = checkout [submodule "src/expat"] path = src/expat url = https://github.com/wxWidgets/libexpat.git branch = wx + update = checkout [submodule "src/tiff"] path = src/tiff url = https://github.com/wxWidgets/libtiff.git branch = wx + update = checkout [submodule "src/jpeg"] path = src/jpeg url = https://github.com/wxWidgets/libjpeg-turbo.git branch = wx + update = checkout