1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 00:57:44 +00:00

Utilities: Add strings

This commit is contained in:
Alec Murphy 2022-11-10 15:36:07 -05:00 committed by Linus Groh
parent e3112a3d2e
commit 8677dbfc7f
3 changed files with 180 additions and 1 deletions

View file

@ -8,7 +8,7 @@ list(APPEND REQUIRED_TARGETS
)
list(APPEND RECOMMENDED_TARGETS
adjtime aplay abench asctl bt checksum chres cksum copy fortune gunzip gzip init install keymap lsirq lsof lspci man mknod mktemp
nc netstat notify ntpquery open passwd pls printf pro shot tar tt unzip wallpaper zip
nc netstat notify ntpquery open passwd pls printf pro shot strings tar tt unzip wallpaper zip
)
# FIXME: Support specifying component dependencies for utilities (e.g. WebSocket for telws)