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:
parent
56dde3df54
commit
79a204a56a
2 changed files with 51 additions and 19 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue