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