Files
hexagonrpc/tools/meson.build
Richard Acayan 6e1281dc8d tools: add sscregistrygen from sensh
From the sensor shell repository, sscregistrygen is a tool for
generating the sensor registry from the sensor config. It is useful when
the sensor registry is not included in device firmware. Add
sscregistrygen here since it is more directly used by hexagonrpc rather
than sensh.

Link: 23b7681f3f/tools/sscregistrygen.c
Signed-off-by: Richard Acayan <mailingradian@gmail.com>
2025-08-19 22:13:32 -04:00

7 lines
128 B
Meson

json_c = dependency('json-c')
executable('sscregistrygen',
'sscregistrygen.c',
c_args : cflags,
dependencies : [json_c])