1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 16:17:45 +00:00

Games: Add Hearts

This commit is contained in:
Gunnar Beutner 2021-05-20 14:27:58 +02:00 committed by Andreas Kling
parent 3e47eec862
commit c3efae85f2
15 changed files with 965 additions and 1 deletions

View file

@ -132,6 +132,7 @@ set(GEMINIJOB_DEBUG ON)
set(GENERATE_DEBUG_CODE ON)
set(GLOBAL_DTORS_DEBUG ON)
set(HEAP_DEBUG ON)
set(HEARTS_DEBUG ON)
set(HEX_DEBUG ON)
set(HTML_SCRIPT_DEBUG ON)
set(HTTPSJOB_DEBUG ON)