Adding upstream version 1.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
809e3412a9
commit
336fe81026
743 changed files with 51081 additions and 0 deletions
34
examples/meson.build
Normal file
34
examples/meson.build
Normal file
|
@ -0,0 +1,34 @@
|
|||
# SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
#
|
||||
# This file is part of libnvme.
|
||||
# Copyright (c) 2021 Dell Inc.
|
||||
#
|
||||
# Authors: Martin Belanger <Martin.Belanger@dell.com>
|
||||
#
|
||||
executable(
|
||||
'telemetry-listen',
|
||||
['telemetry-listen.c'],
|
||||
link_with: libnvme,
|
||||
include_directories: [incdir, internal_incdir]
|
||||
)
|
||||
|
||||
executable(
|
||||
'display-columnar',
|
||||
['display-columnar.c'],
|
||||
link_with: libnvme,
|
||||
include_directories: [incdir, internal_incdir]
|
||||
)
|
||||
|
||||
executable(
|
||||
'display-tree',
|
||||
['display-tree.c'],
|
||||
link_with: libnvme,
|
||||
include_directories: [incdir, internal_incdir]
|
||||
)
|
||||
|
||||
executable(
|
||||
'discover-loop',
|
||||
['discover-loop.c'],
|
||||
link_with: libnvme,
|
||||
include_directories: [incdir, internal_incdir]
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue