mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
examples: Add example for deleting prints
When deleting prints, the API user should also delete the print from the storage (for devices that support on-device storage). Add an example to show how to do this.
This commit is contained in:
committed by
Benjamin Berg
parent
95337c71cd
commit
314cfba9bb
@@ -1,5 +1,5 @@
|
||||
|
||||
examples = [ 'verify_live', 'enroll', 'verify', 'img_capture' ]
|
||||
examples = [ 'verify_live', 'enroll', 'verify', 'img_capture', 'delete' ]
|
||||
foreach example: examples
|
||||
executable(example,
|
||||
example + '.c',
|
||||
|
||||
Reference in New Issue
Block a user