Code

build with Meson instead of autotools
[ncmpc.git] / test / meson.build
1 executable(
2   'run_hscroll',
3   'run_hscroll.c',
4   objects: ncmpc.extract_objects(
5     'src/hscroll.c',
6     'src/charset.c',
7   ),
8   include_directories: inc,
9   dependencies: [
10     curses_dep,
11     glib_dep,
12   ],
13 )