blob: 7c3d6f63cd30d12dc5d1ed5535ad522473af381b [file] [log] [blame]
list(APPEND CPPFLAGS -DTORONTO)
list(APPEND LDFLAGS -lm)
if(LARGE_PROBLEM_SIZE)
set(RUN_OPTIONS 2048000)
else()
if(SMALL_PROBLEM_SIZE)
set(RUN_OPTIONS 102400)
else()
set(RUN_OPTIONS 1024000)
endif()
endif()
llvm_multisource(tsp)