mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-06-04 20:46:29 +03:00
Add RegEx class. Refactor PatternMatcher.
This commit is contained in:
@@ -713,6 +713,8 @@ function build_eepp( build_name )
|
||||
add_static_links()
|
||||
check_ssl_support()
|
||||
|
||||
defines { "PCRE2_CODE_UNIT_WIDTH=8" }
|
||||
|
||||
if table.contains( backends, "SDL2" ) then
|
||||
files { "src/eepp/window/backend/SDL2/*.cpp" }
|
||||
defines { "EE_BACKEND_SDL_ACTIVE", "EE_SDL_VERSION_2" }
|
||||
@@ -935,6 +937,8 @@ workspace "eepp"
|
||||
defines { "HAVE_CONFIG_H", "PCRE2_STATIC", "PCRE2_CODE_UNIT_WIDTH=8" }
|
||||
files {
|
||||
'src/thirdparty/pcre2/src/pcre2_auto_possess.c',
|
||||
'src/thirdparty/pcre2/src/pcre2_chartables.c',
|
||||
'src/thirdparty/pcre2/src/pcre2_chkdint.c',
|
||||
'src/thirdparty/pcre2/src/pcre2_compile.c',
|
||||
'src/thirdparty/pcre2/src/pcre2_config.c',
|
||||
'src/thirdparty/pcre2/src/pcre2_context.c',
|
||||
|
||||
Reference in New Issue
Block a user