src = files('array.c', 'mem.c')
lib = shared_library('array', src, dependencies: libm)
lib_inc = include_directories('.')