Skip to content

Commit

Permalink
Add meson build for wizard example
Browse files Browse the repository at this point in the history
  • Loading branch information
MadsAndreasen committed Feb 3, 2024
1 parent 6cbe54b commit 3177a69
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions example/wizard/meson.build
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

executable('wizard', ['main.cpp', 'wizard.cpp'], dependencies: [hsmlib_dep])
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ project('Modern HSM', 'cpp', version: '1.0.0')

subdir('src')
subdir('example/mdoor')
subdir('example/wizard')
subdir('tests')

0 comments on commit 3177a69

Please sign in to comment.