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

Chess: Allow stockfish to be used if available

The stockfish chess engine can now be selected from the engine menu if
the port has been installed.
This commit is contained in:
Tim Ledbetter 2023-04-30 17:07:22 +01:00 committed by Sam Atkins
parent 56dde3df54
commit 79a204a56a
2 changed files with 51 additions and 19 deletions

View file

@ -13,4 +13,4 @@ set(SOURCES
)
serenity_app(Chess ICON app-chess)
target_link_libraries(Chess PRIVATE LibChess LibConfig LibFileSystemAccessClient LibGfx LibGUI LibCore LibMain LibDesktop)
target_link_libraries(Chess PRIVATE LibChess LibConfig LibFileSystem LibFileSystemAccessClient LibGfx LibGUI LibCore LibMain LibDesktop)