mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 08:07:34 +00:00
Chess: Refactor game logic into LibChess for use in engines
In the future UCI protocol stuff will also go into LibChess.
This commit is contained in:
parent
ffece9cfba
commit
d2cb5e0f48
7 changed files with 165 additions and 148 deletions
6
Libraries/LibChess/CMakeLists.txt
Normal file
6
Libraries/LibChess/CMakeLists.txt
Normal file
|
@ -0,0 +1,6 @@
|
|||
set(SOURCES
|
||||
Chess.cpp
|
||||
)
|
||||
|
||||
serenity_lib(LibChess chess)
|
||||
target_link_libraries(LibChess LibC)
|
Loading…
Add table
Add a link
Reference in a new issue