diff options
author | Peter Elliott <pelliott@ualberta.ca> | 2020-08-20 17:04:08 -0600 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-08-21 12:26:30 +0200 |
commit | 1e57e32a93f96cf40f29e9388bd2cb4b99782675 (patch) | |
tree | 31fbc6fa9768d5d8373e305ac5ae557091a2057d /Applications/CMakeLists.txt | |
parent | fb62eed05889b1fef9373843ac048e4b05056a4b (diff) | |
download | serenity-1e57e32a93f96cf40f29e9388bd2cb4b99782675.zip |
ChessEngine: Add ChessEngine
This engine is pretty bad, but doesn't let itself get checkmated
Diffstat (limited to 'Applications/CMakeLists.txt')
-rw-r--r-- | Applications/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Applications/CMakeLists.txt b/Applications/CMakeLists.txt index 7de20e579d..e8fa7ff023 100644 --- a/Applications/CMakeLists.txt +++ b/Applications/CMakeLists.txt @@ -2,6 +2,7 @@ add_subdirectory(About) add_subdirectory(Browser) add_subdirectory(Calculator) add_subdirectory(Calendar) +add_subdirectory(ChessEngine) add_subdirectory(Debugger) add_subdirectory(DisplaySettings) add_subdirectory(FileManager) |