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

8 lines
192 B
Meson
Raw Normal View History

2018-12-29 17:00:31 +01:00
project('pnc', 'c', default_options : ['c_std=c11'])
add_project_arguments('-D_DEFAULT_SOURCE', language : 'c')
2018-12-29 13:30:53 +01:00
cc = meson.get_compiler('c')
ubox_dep = cc.find_library('ubox')
subdir('src')