project ('Fr', 'c', version: '8.42.2')
cc = meson.get_compiler ('c') libm = cc.find_library ('m', required: true) fr_dependencies = [libm] pkg = import ('pkgconfig') subdir ('src')