mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 11:28:12 +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.
13 lines
248 B
CMake
13 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)
|