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

7 lines
192 B
Meson

project('pnc', 'c', default_options : ['c_std=c11'])
add_project_arguments('-D_DEFAULT_SOURCE', language : 'c')
cc = meson.get_compiler('c')
ubox_dep = cc.find_library('ubox')
subdir('src')