aboutsummaryrefslogtreecommitdiff
path: root/src/npass/meson.build
blob: 493c0e2067c7cf9b9512fbe65e918069912cd748 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
e = executable(
	'pass',
        'npass.c',

	include_directories: npass_inc,
	link_with: lib_npass,
	install: true,
)

test('npass', e)