We had both {lagom,ladybird}_test and {lagom,ladybird}_lib, now both
are just one helper. Also rename all other lagom_* helpers to be
ladybird_*.
8 lines
189 B
CMake
8 lines
189 B
CMake
set(TEST_SOURCES
|
|
TestTLSCertificateParser.cpp
|
|
TestTLSHandshake.cpp
|
|
)
|
|
|
|
foreach(source IN LISTS TEST_SOURCES)
|
|
ladybird_test("${source}" LibTLS LIBS LibTLS LibCrypto)
|
|
endforeach()
|