mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-11 17:37:00 +02:00
After d2c7e1ea7d, there is now only one
user of LibPublicSuffix - the URL sanitation utility within LibWebView.
Rather than having an entire library for the small Public Suffix data
accessor, merge it into LibWebView.
2 lines
87 B
CMake
2 lines
87 B
CMake
lagom_tool(GeneratePublicSuffixData SOURCES GeneratePublicSuffixData.cpp LIBS LibMain)
|