File: meson.build

package info (click to toggle)
libssc 0.3.0-1
  • links: PTS
  • area: main
  • in suites: experimental
  • size: 1,840 kB
  • sloc: ansic: 3,551; python: 647; sh: 15; makefile: 11
file content (13 lines) | stat: -rw-r--r-- 304 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
pymod = import('python')
python = pymod.find_installation()
python.dependency()

mocking_sources = files(
  'qmi.py',
  'ssc.py',
)

python.install_sources(mocking_sources)

install_data('ssc-server', install_dir: get_option('bindir'))
install_data('ssc-server-tests', install_dir: get_option('bindir'))