mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-19 17:42:52 +00:00
This currently tries to convert forking loops to atomic groups, and unify the left side of alternations.
11 lines
221 B
CMake
11 lines
221 B
CMake
set(SOURCES
|
|
C/Regex.cpp
|
|
RegexByteCode.cpp
|
|
RegexLexer.cpp
|
|
RegexMatcher.cpp
|
|
RegexOptimizer.cpp
|
|
RegexParser.cpp
|
|
)
|
|
|
|
serenity_lib(LibRegex regex)
|
|
target_link_libraries(LibRegex LibC LibCore LibUnicode)
|