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

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

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