mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-10 05:02:54 +00:00
5 lines
133 B
CMake
5 lines
133 B
CMake
file(GLOB CMD_SOURCES CONFIGURE_DEPENDS "*.cpp")
|
|
|
|
foreach(CMD_SRC ${CMD_SOURCES})
|
|
serenity_test(${CMD_SRC} LibELF)
|
|
endforeach()
|