mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 10:52:56 +00:00
5 lines
217 B
Text
5 lines
217 B
Text
![]() |
file(GLOB_RECURSE AUTOCMAKEFILES "${CMAKE_CURRENT_SOURCE_DIR}/*/CMakeLists.txt")
|
||
|
foreach(cmakefile ${AUTOCMAKEFILES})
|
||
|
get_filename_component(dirname ${cmakefile} PATH)
|
||
|
add_subdirectory(${dirname})
|
||
|
endforeach()
|