Files
bluetooth-beacon-receiver/meson.build
T

4 lines
146 B
Meson

project('bluetooth-beacon-receiver', 'cpp')
executable('bluetooth-beacon', 'src/beacon.cpp')
executable('bluetooth-receiver', 'src/receiver.cpp')