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

Run: initial implementation of Run app

This commit is contained in:
Nick Vella 2021-01-13 23:10:00 +11:00 committed by Andreas Kling
parent 6536a9c79a
commit 40083444a0
8 changed files with 354 additions and 0 deletions

View file

@ -16,6 +16,7 @@ add_subdirectory(MouseSettings)
add_subdirectory(Piano)
add_subdirectory(PixelPaint)
add_subdirectory(QuickShow)
add_subdirectory(Run)
add_subdirectory(SoundPlayer)
add_subdirectory(SpaceAnalyzer)
add_subdirectory(Spreadsheet)