librist-sys 0.8.3

Bindgen bindings for librist, used by the librist-rust crate
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# librist. Copyright (c) 2020 SipRadius LLC. All right reserved.
# SPDX-License-Identifier: BSD-2-Clause

#stub file
librist_git_dir = join_paths(librist_src_root, '.git')
rev_target = vcs_tag(command: [
        'git', '--git-dir', librist_git_dir,
		'--work-tree', meson.source_root(),
        'describe', '--tags', '--dirty',
        '--match', 'v?.*', '--always'
    ],
    input: 'vcs_version.h.in',
    output: 'vcs_version.h'
)
subdir('librist')