mirror of
https://github.com/RGBCube/serenity
synced 2025-05-20 13:45:06 +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()
|