Initial meson setup
This commit is contained in:
parent
dbe84b86ec
commit
49a33d171a
10
meson.build
Normal file
10
meson.build
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
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')
|
3
run_adsms.py
Normal file
3
run_adsms.py
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
import adsms
|
||||||
|
|
||||||
|
adsms.main()
|
Loading…
Reference in New Issue
Block a user