mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 15:16:14 +00:00
Currently, LibUnicodeData contains the generated UCD and CLDR data. Move the UCD data to the main LibUnicode library, and rename LibUnicodeData to LibLocaleData. This is another prepatory change to migrate to LibLocale.
14 lines
248 B
CMake
14 lines
248 B
CMake
serenity_component(
|
|
Assistant
|
|
RECOMMENDED
|
|
TARGETS Assistant
|
|
)
|
|
|
|
set(SOURCES
|
|
Providers.cpp
|
|
main.cpp
|
|
)
|
|
|
|
serenity_app(Assistant ICON app-run)
|
|
target_link_libraries(Assistant LibCore LibDesktop LibGUI LibJS LibMain LibThreading)
|