1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 09:07:45 +00:00

Chess: Add LibCore as a dependency

This fixes Dynamic Loader crash because of an unresolved LibCore symbol
This commit is contained in:
Itamar 2020-12-13 00:30:36 +02:00 committed by Andreas Kling
parent 1efbbf3ac3
commit 9a9d655abe
2 changed files with 2 additions and 2 deletions

View file

@ -5,4 +5,4 @@ set(SOURCES
)
serenity_lib(LibChess chess)
target_link_libraries(LibChess LibC)
target_link_libraries(LibChess LibC LibCore)