util/lib.c: Add module file path utility

This commit is contained in:
2021-10-25 09:30:34 +00:00
parent bbb7cdf4a5
commit 8412ee2c16
3 changed files with 36 additions and 0 deletions

View File

@ -17,6 +17,8 @@ util_lib = static_library(
'dprintf.h',
'dump.c',
'dump.h',
'lib.c',
'lib.h',
'str.c',
'str.h',
],