Skip to content

Commit

Permalink
meson: add compilation of doc/example/pcsc_demo.c
Browse files Browse the repository at this point in the history
  • Loading branch information
LudovicRousseau committed May 7, 2024
1 parent 2f65a5f commit f8864e8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,11 @@ executable('testpcsc',
include_directories : incdir,
link_with : libpcsclite)

executable('pcsc_demo',
sources : 'doc/example/pcsc_demo.c',
include_directories : incdir,
link_with : libpcsclite)

# PC/SC headers
install_headers(
['src/PCSC/debuglog.h',
Expand Down

0 comments on commit f8864e8

Please sign in to comment.