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