mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 23:07:35 +00:00
LibChess: Add UCIEndpoint for writing UCI chess engines
This commit is contained in:
parent
e80d0abb2c
commit
7331b2b2f6
7 changed files with 867 additions and 2 deletions
|
@ -1,5 +1,7 @@
|
|||
set(SOURCES
|
||||
Chess.cpp
|
||||
UCICommand.cpp
|
||||
UCIEndpoint.cpp
|
||||
)
|
||||
|
||||
serenity_lib(LibChess chess)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue