Home | History | Annotate | Download | only in Target
      1 foreach(t ${LLVM_TARGETS_TO_BUILD})
      2   if(IS_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/${t})
      3     add_subdirectory(${t})
      4   endif()
      5 endforeach()
      6