mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-11 18:20:43 +09:00
9 lines
170 B
CMake
9 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)
|