mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-26 09:30:24 +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)
|