aboutsummaryrefslogtreecommitdiff
path: root/meson.build
blob: de296234e158c08aa69d16d6206544fd23b7e3ea (plain)
1
2
3
4
5
6
7
project('shh-portable-utils', ['c'], version: '0.0.0.1', default_options: ['c_std=c99'])

cc = meson.get_compiler('c')

libskarnet = [cc.find_library('skarnet', required: true)]

subdir('src')