mirror of
https://github.com/virt-manager/virt-manager.git
synced 2024-12-22 13:34:07 +03:00
8 lines
148 B
Meson
8 lines
148 B
Meson
|
project('virt-manager',
|
||
|
version: '4.1.0',
|
||
|
meson_version: '>=0.63.0',
|
||
|
)
|
||
|
|
||
|
python = import('python')
|
||
|
python3 = python.find_installation('python3')
|