blob: 058de7c1621853a288636fae3460b55140e241db [file] [log] [blame]
set(DIRS)
set(PARALLEL_DIRS)
set(PARALLEL_DIRS Applications Benchmarks)
if(NOT DEFINED BENCHMARKING_ONLY)
list(APPEND PARALLEL_DIRS UnitTests)
endif()
llvm_add_subdirectories(${DIRS} ${PARALLEL_DIRS})