katie/tests/benchmarks/CMakeLists.txt
Ivailo Monev 9355efd1da separate tests and benchmarks sub-directories recursion
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2020-12-09 05:01:57 +00:00

5 lines
No EOL
217 B
CMake

file(GLOB_RECURSE AUTOCMAKEFILES "${CMAKE_CURRENT_SOURCE_DIR}/*/CMakeLists.txt")
foreach(cmakefile ${AUTOCMAKEFILES})
get_filename_component(dirname ${cmakefile} PATH)
add_subdirectory(${dirname})
endforeach()