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