blob: 82386e2f16b4f61d15c859e805426241a94b0dcc [file] [log] [blame]
set(DIRS)
set(PARALLEL_DIRS)
set(PROG ecbdes)
if(DEFINED LARGE_PROBLEM_SIZE)
set(RUN_OPTIONS 34)
else()
if(DEFINED SMALL_PROBLEM_SIZE)
set(RUN_OPTIONS 4)
else()
set(RUN_OPTIONS 16)
endif()
endif()
llvm_multisource()
llvm_add_subdirectories(${DIRS} ${PARALLEL_DIRS})