mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
12 lines
205 B
Text
12 lines
205 B
Text
|
set(SOURCES
|
||
|
BigInt/UnsignedBigInteger.cpp
|
||
|
Cipher/AES.cpp
|
||
|
Hash/MD5.cpp
|
||
|
Hash/SHA1.cpp
|
||
|
Hash/SHA2.cpp
|
||
|
PK/RSA.cpp
|
||
|
)
|
||
|
|
||
|
serenity_lib(LibCrypto crypto)
|
||
|
target_link_libraries(LibCrypto LibC)
|