mirror of
https://github.com/RGBCube/serenity
synced 2025-05-20 13:45:06 +00:00
8 lines
143 B
CMake
8 lines
143 B
CMake
set(SOURCES
|
|
ChessEngine.cpp
|
|
main.cpp
|
|
MCTSTree.cpp
|
|
)
|
|
|
|
serenity_bin(ChessEngine)
|
|
target_link_libraries(ChessEngine LibChess LibCore)
|