7 lines
97 B
Meson
7 lines
97 B
Meson
install_data(
|
|
'gdctl',
|
|
install_dir: bindir,
|
|
)
|
|
|
|
get_state_tool = find_program('get-state.py')
|