blob: 63ced46f6dfc2fe97963214fbd29c9cfb04b20c5 [file] [log] [blame]
set(PROG SPASS)
set(CPPFLAGS -DCLOCK_NO_TIMING -fno-strict-aliasing -w)
set(LDFLAGS -lm)
if(DEFINED SMALL_PROBLEM_SIZE)
set(RUN_OPTIONS "${CMAKE_CURRENT_SOURCE_DIR}/small_problem.dfg")
else()
set(RUN_OPTIONS "${CMAKE_CURRENT_SOURCE_DIR}/problem.dfg")
endif()
set(HASH_PROGRAM_OUTPUT 1)
llvm_multisource()