mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-11 01:06:01 +03:00
246ab432ff
This currently tries to convert forking loops to atomic groups, and unify the left side of alternations.
12 lines
221 B
CMake
12 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)
|