summaryrefslogtreecommitdiff
path: root/meson.build
blob: aaf873d28985347b00f1be33977d2e2f0decdfec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
project('iot-contact')

subdir('tools')

fs = import('fs')
css = fs.copyfile(
  meson.current_source_dir() / 'simple.css' / 'simple.css',
  'simple.css',
  install: true,
  install_dir: '/',
)

subdir('fw')
subdir('pcb')
subdir('web')