list(APPEND CPPFLAGS -Dconst=)
list(APPEND CFLAGS -Wno-implicit-function-declaration -Wno-implicit-int)
list(APPEND LDFLAGS -lm)
set(RUN_OPTIONS -a -d americanmed+ < large.txt)
llvm_multisource(office-ispell)
set_property(TARGET office-ispell PROPERTY C_STANDARD 17)
llvm_test_data(office-ispell americanmed+.hash large.txt)
