ladybird/Services/ChessEngine/CMakeLists.txt

9 lines
143 B
CMake
Raw Normal View History

set(SOURCES
ChessEngine.cpp
main.cpp
MCTSTree.cpp
)
serenity_bin(ChessEngine)
target_link_libraries(ChessEngine LibChess LibCore)