mirror of
https://github.com/RGBCube/serenity
synced 2025-05-16 18:05:07 +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)
|