You've already forked hexagonrpc
mirror of
https://github.com/linux-msm/hexagonrpc.git
synced 2026-02-25 13:13:52 -08:00
The warning flags should be applied to the entire C codebase in order to help ensure correct code. No extra warnings are emitted by doing this.
10 lines
183 B
Meson
10 lines
183 B
Meson
executable('chrecd',
|
|
'interfaces.c',
|
|
'main.c',
|
|
c_args : cflags,
|
|
include_directories : include,
|
|
install : true,
|
|
link_with : libhexagonrpc,
|
|
install_dir : client_target,
|
|
)
|