summaryrefslogtreecommitdiffstats
path: root/meson.build
blob: 81cf8eec36909234ffecd591b44024abb7f9af84 (plain)
1
2
3
4
5
6
project('neco', 'c', default_options : ['c_std=gnu11'])

cc = meson.get_compiler('c')
ubox_dep = cc.find_library('ubox')

subdir('src')