mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 15:10:19 +00:00
8 lines
144 B
CMake
8 lines
144 B
CMake
set(SOURCES
|
|
Origin.cpp
|
|
Parser.cpp
|
|
URL.cpp
|
|
)
|
|
|
|
serenity_lib(LibURL url)
|
|
target_link_libraries(LibURL PRIVATE LibUnicode LibTextCodec)
|