Services: Move to Userland/Services/

This commit is contained in:
Andreas Kling 2021-01-12 12:23:01 +01:00
commit c7ac7e6eaf
Notes: sideshowbarker 2024-07-18 23:53:49 +09:00
170 changed files with 4 additions and 4 deletions

View file

@ -0,0 +1,8 @@
set(SOURCES
ChessEngine.cpp
main.cpp
MCTSTree.cpp
)
serenity_bin(ChessEngine)
target_link_libraries(ChessEngine LibChess LibCore)