1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 01:27:42 +00:00
serenity/Userland/Games/CMakeLists.txt
Andreas Kling 45de16f195 Userland+Base: Remove Breakout and Pong games
These games were not very playable and definitely not fun.
2022-06-15 17:15:04 +02:00

10 lines
265 B
CMake

add_subdirectory(2048)
add_subdirectory(Chess)
add_subdirectory(FlappyBug)
add_subdirectory(GameOfLife)
add_subdirectory(Hearts)
add_subdirectory(MasterWord)
add_subdirectory(Minesweeper)
add_subdirectory(Snake)
add_subdirectory(Solitaire)
add_subdirectory(Spider)