mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-29 06:02:07 +03:00
f522178881
Add 32px and 16px application icons for Assistant
14 lines
269 B
CMake
14 lines
269 B
CMake
serenity_component(
|
|
Assistant
|
|
RECOMMENDED
|
|
TARGETS Assistant
|
|
)
|
|
|
|
set(SOURCES
|
|
Providers.cpp
|
|
main.cpp
|
|
)
|
|
|
|
serenity_app(Assistant ICON app-assistant)
|
|
target_link_libraries(Assistant PRIVATE LibCore LibDesktop LibGfx LibGUI LibJS LibMain LibThreading)
|