project('array', 'c')

cc = meson.get_compiler('c')
m = cc.find_library('m')

subdir('src')
subdir('test')