Also install tools

This commit is contained in:
Martijn Braam 2020-12-06 15:48:04 +01:00
parent 72105c9491
commit e595b6f4e2
1 changed files with 2 additions and 2 deletions

View File

@ -46,8 +46,8 @@ install_data(['postprocess.sh'],
install_mode: 'rwxr-xr-x')
# Tools
executable('list_devices', 'tools/list_devices.c', 'device.c', dependencies: [gtkdep])
executable('camera_test', 'tools/camera_test.c', 'camera.c', 'device.c', dependencies: [gtkdep])
executable('megapixels-list-devices', 'tools/list_devices.c', 'device.c', dependencies: [gtkdep], install: true)
executable('megapixels-camera-test', 'tools/camera_test.c', 'camera.c', 'device.c', dependencies: [gtkdep], install: true)
test_quickpreview = executable('test_quickpreview', 'tests/test_quickpreview.c', 'quickpreview.c', 'camera.c', dependencies: [gtkdep])
test('quickpreview', test_quickpreview)