mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
examples: Add Identify example
It was the only main action left in the examples, we use the gallery from the device if available, otherwise the local one.
This commit is contained in:
committed by
Benjamin Berg
parent
21ee241f0c
commit
fb5854213a
@@ -1,5 +1,12 @@
|
||||
|
||||
examples = [ 'enroll', 'verify', 'manage-prints', 'img-capture' ]
|
||||
examples = [
|
||||
'enroll',
|
||||
'identify',
|
||||
'img-capture',
|
||||
'manage-prints',
|
||||
'verify',
|
||||
]
|
||||
|
||||
foreach example: examples
|
||||
executable(example,
|
||||
[ example + '.c', 'storage.c', 'utilities.c' ],
|
||||
|
||||
Reference in New Issue
Block a user