mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-25 17:25:08 +02:00
11 lines
310 B
CMake
11 lines
310 B
CMake
set(SOURCES
|
|
ECMAScriptRegex.cpp
|
|
RustRegex.cpp
|
|
)
|
|
|
|
ladybird_lib(LibRegex regex EXPLICIT_SYMBOL_EXPORT)
|
|
target_link_libraries(LibRegex PRIVATE LibUnicode)
|
|
|
|
import_rust_crate(MANIFEST_PATH Rust/Cargo.toml CRATE_NAME libregex_rust FFI_HEADER RustFFI.h)
|
|
target_link_libraries(LibRegex PRIVATE libregex_rust)
|