mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 10:38:11 +00:00

'Assistant' is similar to macOS spotlight where you can quickly open a text input, start typing, and hit 'enter' to launch apps or open directories.
14 lines
259 B
CMake
14 lines
259 B
CMake
serenity_component(
|
|
Assistant
|
|
RECOMMENDED
|
|
TARGETS Assistant
|
|
)
|
|
|
|
set(SOURCES
|
|
Providers.cpp
|
|
FuzzyMatch.cpp
|
|
main.cpp
|
|
)
|
|
|
|
serenity_app(Assistant ICON app-run)
|
|
target_link_libraries(Assistant LibCore LibDesktop LibGUI LibJS LibThreading)
|