Parcourir la source

Also install tools

Martijn Braam il y a 4 ans
Parent
commit
e595b6f4e2
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      meson.build

+ 2 - 2
meson.build

@@ -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)