wxWidgets/.gitmodules
Vadim Zeitlin 966e9cefb5 Add PCRE submodule containing PCRE2 with wx-specific changes
The changes in wx branch make it possible to build PCRE using just the
makefiles, i.e. without configure step.

See README-WX.md in the submodule for more details.
2021-07-24 19:17:59 +02:00

29 lines
723 B
Plaintext

[submodule "3rdparty/catch"]
path = 3rdparty/catch
url = https://github.com/wxWidgets/Catch.git
branch = wx
[submodule "src/zlib"]
path = src/zlib
url = https://github.com/wxWidgets/zlib.git
branch = wx
[submodule "src/png"]
path = src/png
url = https://github.com/wxWidgets/libpng.git
branch = wx
[submodule "src/expat"]
path = src/expat
url = https://github.com/wxWidgets/libexpat.git
branch = wx
[submodule "src/tiff"]
path = src/tiff
url = https://github.com/wxWidgets/libtiff.git
branch = wx
[submodule "src/jpeg"]
path = src/jpeg
url = https://github.com/wxWidgets/libjpeg-turbo.git
branch = wx
[submodule "3rdparty/pcre"]
path = 3rdparty/pcre
url = https://github.com/wxWidgets/pcre
branch = wx