mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:27: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:
parent
1efbbf3ac3
commit
9a9d655abe
2 changed files with 2 additions and 2 deletions
|
@ -6,4 +6,4 @@ set(SOURCES
|
|||
)
|
||||
|
||||
serenity_bin(Chess)
|
||||
target_link_libraries(Chess LibChess LibGUI)
|
||||
target_link_libraries(Chess LibChess LibGUI LibCore)
|
||||
|
|
|
@ -5,4 +5,4 @@ set(SOURCES
|
|||
)
|
||||
|
||||
serenity_lib(LibChess chess)
|
||||
target_link_libraries(LibChess LibC)
|
||||
target_link_libraries(LibChess LibC LibCore)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue