4 lines
98 B
Meson
4 lines
98 B
Meson
sources = ['hello.cpp']
|
|
|
|
executable('hello', sources, include_directories : inc, install : false)
|