This better matches what one would expect from the hex or base64 (upcoming) formats.
9 lines
166 B
Meson
9 lines
166 B
Meson
libcrypto_dep = dependency('libcrypto')
|
|
|
|
PHOGEN_MAP_EXE = executable(
|
|
'phogen_map',
|
|
'phogen_map.c',
|
|
dependencies: [bhash_dep, dependency('libcrypto')])
|
|
|
|
|