mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-28 10:37:17 +02:00
11 lines
187 B
CMake
11 lines
187 B
CMake
set(SOURCES
|
|
C/Regex.cpp
|
|
RegexByteCode.cpp
|
|
RegexLexer.cpp
|
|
RegexMatcher.cpp
|
|
RegexParser.cpp
|
|
)
|
|
|
|
serenity_lib(LibRegex regex)
|
|
target_link_libraries(LibRegex LibC LibCore)
|