blob: 45f4d0747ed78041af37d09c3275d066bf689d83 [file] [log] [blame]
list(APPEND LDFLAGS -lm)
set(FP_TOLERANCE 0.001)
set(Source
Bubblesort.c
FloatMM.c
Oscar.c
Perm.c
Puzzle.c
Queens.c
Quicksort.c
RealMM.c
Towers.c
Treesort.c
)
if(NOT TEST_SUITE_BENCHMARKING_ONLY)
list(APPEND Source IntMM.c)
endif()
llvm_singlesource()