1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 16:17:47 +00:00

ChessEngine: Port to LibMain :^)

This commit is contained in:
Andreas Kling 2021-11-29 19:35:51 +01:00
parent 6e2f7a15fb
commit e399835466
2 changed files with 8 additions and 16 deletions

View file

@ -10,4 +10,4 @@ set(SOURCES
)
serenity_bin(ChessEngine)
target_link_libraries(ChessEngine LibChess LibCore)
target_link_libraries(ChessEngine LibChess LibCore LibMain)