File: meson.build

package info (click to toggle)
python-xapp 2.4.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 160 kB
  • sloc: python: 835; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 176 bytes parent folder | download
1
2
3
4
5
6
7
project('python-xapp', version : '2.4.2', meson_version : '>=0.47.0')

pymod = import('python')
python3 = pymod.find_installation(get_option('python_target'))

subdir('xapp')