mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 14:43:01 +02:00
9 lines
144 B
CMake
9 lines
144 B
CMake
set(SOURCES
|
|
Origin.cpp
|
|
Parser.cpp
|
|
URL.cpp
|
|
)
|
|
|
|
serenity_lib(LibURL url)
|
|
target_link_libraries(LibURL PRIVATE LibUnicode LibTextCodec)
|