9 lines
96 B
Meson
9 lines
96 B
Meson
|
project('ecg_tree', 'cpp')
|
||
|
|
||
|
files = [
|
||
|
'main.cpp',
|
||
|
'node.cpp'
|
||
|
]
|
||
|
|
||
|
executable('ecg_tree', files)
|