mirror of
https://github.com/RGBCube/serenity
synced 2025-05-16 20:25:07 +00: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)
|