adsms/meson.build
2023-05-09 11:17:47 -07:00

11 lines
207 B
Meson

project('adsms')
py = import('python').find_installation()
py.install_sources(
'adsms/__init__.py',
subdir: 'adsms',
)
install_data('run_adsms.py', install_dir: get_option('bindir'), rename: 'adsms')