adding in basic meson building of the two output executables
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
project('bluetooth-beacon-receiver', 'cpp')
|
||||
executable('bluetooth-beacon', 'src/beacon.cpp')
|
||||
executable('bluetooth-receiver', 'src/receiver.cpp')
|
||||
Reference in New Issue
Block a user