blob: e35ce025662861cf22d39b8743877f3370de44ad [file] [log] [blame]
list(APPEND LDFLAGS -lm)
set(Source
ackermann.c
ary3.c
fib2.c
hash.c
heapsort.c
lists.c
matrix.c
methcall.c
nestedloop.c
objinst.c
random.c
sieve.c
strcat.c
)
if(NOT TEST_SUITE_BENCHMARKING_ONLY)
list(APPEND Source hello.c)
endif()
llvm_singlesource(PREFIX Shootout-)