mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-06 02:55:49 +03:00
a8f0fa5dd4
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.
14 lines
353 B
CMake
14 lines
353 B
CMake
add_subdirectory(GMLCompiler)
|
|
add_subdirectory(IPCCompiler)
|
|
if (BUILD_LAGOM)
|
|
add_subdirectory(JSSpecCompiler)
|
|
endif()
|
|
add_subdirectory(LibEDID)
|
|
add_subdirectory(LibGL)
|
|
add_subdirectory(LibLocale)
|
|
add_subdirectory(LibTimeZone)
|
|
add_subdirectory(LibUnicode)
|
|
add_subdirectory(LibWeb)
|
|
add_subdirectory(LibWebView)
|
|
add_subdirectory(StateMachineGenerator)
|