LibCrypto: Link against LibCore

The ASN1 parser calls `LibCore::DateTime::create` and
`LibCore::DateTime::now`.
This commit is contained in:
Daniel Bertalan 2022-01-08 22:44:47 +01:00 committed by Linus Groh
parent f5ff011c1b
commit e1eefe2b52

View file

@ -25,4 +25,4 @@ set(SOURCES
)
serenity_lib(LibCrypto crypto)
target_link_libraries(LibCrypto LibC)
target_link_libraries(LibCrypto LibC LibCore)