c: Implement the passgeny module.
This is the C implementation of the passgeny library.
This commit is contained in:
10
c/passgeny/meson.build
Normal file
10
c/passgeny/meson.build
Normal file
@ -0,0 +1,10 @@
|
||||
|
||||
passgeny_inc = include_directories('inc')
|
||||
|
||||
passgeny_lib = static_library(
|
||||
'passgeny',
|
||||
['src/passgeny.c'],
|
||||
include_directories : passgeny_inc,
|
||||
dependencies: [ dependency('libcrypto'), dependency('libargon2'), phogen_dep, bhash_dep])
|
||||
|
||||
passgeny_dep = declare_dependency(link_with : passgeny_lib, include_directories : passgeny_inc)
|
||||
Reference in New Issue
Block a user