blob: c1a25fe4b0664656465199a098b25bdea59d7c3d (
plain)
1
2
3
4
5
6
7
8
9
10
|
set(SOURCES
C/Regex.cpp
RegexByteCode.cpp
RegexLexer.cpp
RegexMatcher.cpp
RegexParser.cpp
)
serenity_lib(LibRegex regex)
target_link_libraries(LibRegex LibC LibCore LibUnicode)
|