mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-15 04:07:36 +00: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)
|