diff options
author | AnotherTest <ali.mpfard@gmail.com> | 2020-08-09 02:40:41 +0430 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-08-09 21:11:50 +0200 |
commit | 872834320a7e1320f5fa23ce58ec9907f487b041 (patch) | |
tree | 0c8da50f1935b8a28f6e6bc6d1cb2c25253b3b45 /Games/CMakeLists.txt | |
parent | 043d548b391147a00986de797a4a57ffb5e58673 (diff) | |
download | serenity-872834320a7e1320f5fa23ce58ec9907f487b041.zip |
Games: Add a 2048 game
Diffstat (limited to 'Games/CMakeLists.txt')
-rw-r--r-- | Games/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Games/CMakeLists.txt b/Games/CMakeLists.txt index ea6349a6da..96e33c0b03 100644 --- a/Games/CMakeLists.txt +++ b/Games/CMakeLists.txt @@ -1,3 +1,4 @@ +add_subdirectory(2048) add_subdirectory(Minesweeper) add_subdirectory(Snake) add_subdirectory(Solitaire) |