Send SMS aircraft alerts based on ADS-B data
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
210 B

project('adsms')
py = import('python').find_installation()
py.install_sources(
'adsms__init__.py',
preserve_path: true,
)
install_data('run_adsms.py', install_dir: get_option('bindir'), rename: 'adsms')