meson: Setup the Meson build infrastructure

This commit is contained in:
2021-09-22 18:52:34 +02:00
parent 9d3ffdadf5
commit 638f1771a8
8 changed files with 70 additions and 0 deletions

View File

@ -0,0 +1,5 @@
libcrypto_dep = dependency('libcrypto')
PHOGEN_MAP_EXE = executable('phogen_map', 'phogen_map.c', dependencies: libcrypto_dep)