wxWidgets/build/cmake/lib
Vadim Zeitlin 3d8438619d Use PCRE as built-in regex library
Replace the use of Henry Spencer's regex library with PCRE at the build
level and enable wxUSE_PCRE in wxRegEx code to switch to PCRE-based
implementation there.

Note that this has to be done unconditionally because there is no simple
way to select between the previously used regex library and PCRE at the
makefiles level.

We could still keep the possibility to use the system regex library
under Unix, but this doesn't seem to be worth doing, as we don't support
Unicode REs properly when using it (and never did), so drop support for
this too.
2021-07-24 19:17:59 +02:00
..
adv CMake: use wx prefix in library names 2020-05-17 20:01:02 +02:00
aui CMake: use wx prefix in library names 2020-05-17 20:01:02 +02:00
base adding missing framwork to CMake 2021-04-03 22:32:34 +02:00
core Removed macOS only wxWebKitCtrl 2020-12-14 10:17:35 +01:00
gl CMake: fix building media and gl lib for iOS 2020-06-18 20:28:19 +02:00
html CMake: use wx prefix in library names 2020-05-17 20:01:02 +02:00
media CMake: use correct media sources in WXQT build 2020-10-18 15:21:31 +02:00
net Fix wxNet build problem when cross-compiling using CMake 2021-07-03 14:24:20 +01:00
propgrid CMake: use wx prefix in library names 2020-05-17 20:01:02 +02:00
qa CMake: use wx prefix in library names 2020-05-17 20:01:02 +02:00
ribbon CMake: use wx prefix in library names 2020-05-17 20:01:02 +02:00
richtext CMake: use wx prefix in library names 2020-05-17 20:01:02 +02:00
stc Merge branch 'fix-stc-ime' of https://github.com/wangqr/wxWidgets 2020-05-25 01:33:00 +02:00
webview CMake: Improve webkit plugin name 2021-06-06 23:38:38 +02:00
xml CMake: use wx prefix in library names 2020-05-17 20:01:02 +02:00
xrc CMake: use wx prefix in library names 2020-05-17 20:01:02 +02:00
CMakeLists.txt CMake: copy webview2 loader for monolithic build 2021-03-08 00:26:24 +01:00
expat.cmake CMake: allow to use build-in libraries on Linux 2020-08-03 21:33:37 +02:00
jpeg.cmake CMake: declare third-party libraries in options 2018-01-29 00:45:28 +01:00
png.cmake CMake: allow to use build-in libraries on Linux 2020-08-03 21:33:37 +02:00
regex.cmake Use PCRE as built-in regex library 2021-07-24 19:17:59 +02:00
tiff.cmake CMake: allow to use build-in libraries on Linux 2020-08-03 21:33:37 +02:00
zlib.cmake CMake: allow to use build-in libraries on Linux 2020-08-03 21:33:37 +02:00