mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:27:45 +00:00
LibCrypto: Link against LibCore
The ASN1 parser calls `LibCore::DateTime::create` and `LibCore::DateTime::now`.
This commit is contained in:
parent
f5ff011c1b
commit
e1eefe2b52
1 changed files with 1 additions and 1 deletions
|
@ -25,4 +25,4 @@ set(SOURCES
|
||||||
)
|
)
|
||||||
|
|
||||||
serenity_lib(LibCrypto crypto)
|
serenity_lib(LibCrypto crypto)
|
||||||
target_link_libraries(LibCrypto LibC)
|
target_link_libraries(LibCrypto LibC LibCore)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue