mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-05 06:32:26 +02:00
We had defined punycode handling in LibUnicode when LibURL (AK at the time) was unable to depend on LibUnicode. This is no longer the case.
8 lines
116 B
CMake
8 lines
116 B
CMake
set(SOURCES
|
|
URL.cpp
|
|
Parser.cpp
|
|
)
|
|
|
|
serenity_lib(LibURL url)
|
|
target_link_libraries(LibURL PRIVATE LibUnicode)
|