ECG/exercise1/meson.build
2019-04-19 14:00:50 +02:00

9 lines
96 B
Meson

project('ecg_tree', 'cpp')
files = [
'main.cpp',
'node.cpp'
]
executable('ecg_tree', files)