This repository has been archived on 2025-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
neco/meson.build

6 lines
136 B
Meson

project('neco', 'c', default_options : ['c_std=gnu11'])
cc = meson.get_compiler('c')
ubox_dep = cc.find_library('ubox')
subdir('src')