File: meson.build

package info (click to toggle)
qcom-phone-utils 0.4.2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 212 kB
  • sloc: sh: 437; ansic: 123; makefile: 14
file content (9 lines) | stat: -rw-r--r-- 187 bytes parent folder | download
1
2
3
4
5
6
7
8
9
project('qcom-phone-utils', 'c',
    license : 'GPL-3.0-or-later',
    default_options: [ 'buildtype=debugoptimized' ],
)

subdir('scripts')

subproject('bootmac')
subproject('q6voiced')