blob: 38dc9e73636aa203e3f14c86c02e845c0f9b27e9 [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_multisource()
llvm_add_subdirectories(${DIRS} ${PARALLEL_DIRS})