blob: c19c7387e3879f8614c2209ccd475643db1c486d [file] [log] [blame]
set(DIRS)
set(PARALLEL_DIRS)
set(PARALLEL_DIRS cfrac espresso gs)
if("${ARCH}" STREQUAL "Alpha")
llvm_filter_out(TMP1 cfrac ${PARALLEL_DIRS})
set(PARALLEL_DIRS ${TMP1})
endif()
llvm_multisource()
llvm_add_subdirectories(${DIRS} ${PARALLEL_DIRS})