c: Finish the phogen module
This commit implements the `phogen_encode` function, which takes a bhash as argument and generates a phonetic string.
This commit is contained in:
@ -13,6 +13,7 @@ phogen_inc = include_directories('inc')
|
||||
phogen_lib = static_library(
|
||||
'phogen',
|
||||
[phogen_map_h, 'src/phogen.c'],
|
||||
include_directories : phogen_inc)
|
||||
include_directories : phogen_inc,
|
||||
dependencies: bhash_dep)
|
||||
|
||||
phogen_dep = declare_dependency(link_with : phogen_lib, include_directories : phogen_inc)
|
||||
|
||||
Reference in New Issue
Block a user