1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 09:38:11 +00:00
serenity/Tests/LibCrypto/CMakeLists.txt
2022-04-08 14:02:02 +04:30

14 lines
277 B
CMake

set(TEST_SOURCES
TestAES.cpp
TestBigInteger.cpp
TestChecksum.cpp
TestCurves.cpp
TestHash.cpp
TestHMAC.cpp
TestPoly1305.cpp
TestRSA.cpp
)
foreach(source IN LISTS TEST_SOURCES)
serenity_test("${source}" LibCrypto LIBS LibCrypto)
endforeach()