File: meson.build

package info (click to toggle)
ufo-core 0.17.0.22.gc831aec-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,184 kB
  • sloc: ansic: 10,768; python: 1,004; lisp: 266; cpp: 98; xml: 55; makefile: 25; sh: 25
file content (10 lines) | stat: -rw-r--r-- 243 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
project('ufo-python', 'c',
        default_options : ['c_std=c99', 'warning_level=3'],
        version : '1.1.0')

pymod = import('python')
py3 = pymod.find_installation(required : true)
py3_dep = py3.dependency()

subdir('src')
subdir('ufo')