mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 00:25:12 +00:00
10 lines
170 B
CMake
10 lines
170 B
CMake
serenity_install_sources("Userland/Libraries/LibTest")
|
|
|
|
set(SOURCES
|
|
TestSuite.cpp
|
|
CrashTest.cpp
|
|
)
|
|
|
|
serenity_lib(LibTest test)
|
|
target_link_libraries(LibTest LibC)
|