meson: Setup the Meson build infrastructure
This commit is contained in:
5
c/phogen/phogen_map/meson.build
Normal file
5
c/phogen/phogen_map/meson.build
Normal file
@ -0,0 +1,5 @@
|
||||
libcrypto_dep = dependency('libcrypto')
|
||||
|
||||
PHOGEN_MAP_EXE = executable('phogen_map', 'phogen_map.c', dependencies: libcrypto_dep)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user