Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Zhao Zhili
librist
Commits
6cd5e8a8
Commit
6cd5e8a8
authored
Nov 26, 2020
by
Gijs Peskens
Committed by
Gijs Peskens
Nov 26, 2020
Browse files
Rebase fix
parent
8f6a0966
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/meson.build
View file @
6cd5e8a8
...
...
@@ -41,15 +41,11 @@ if use_libyaml
tools_dependencies
+=
[
libyaml
]
endif
libyaml
=
cc
.
find_library
(
'libyaml'
)
executable
(
'ristsender'
,
[
'ristsender.c'
,
'yamlparse.c'
,
srp_shared
,
tools_deps
,
rev_target
],
link_with
:
[
librist
],
dependencies
:
[
threads
,
libyaml
,
stdatomic_dependency
,
tools_dependencies
],
...
...
@@ -59,7 +55,7 @@ executable('ristsender',
executable
(
'ristreceiver'
,
[
'ristreceiver.c'
,
'yamlparse.c'
,
srp_shared
,
tools_deps
,
rev_target
],
link_with
:
[
librist
],
dependencies
:
[
tools_dependencies
,
libyaml
],
dependencies
:
[
tools_dependencies
],
include_directories
:
inc
,
install
:
true
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment