util/lib.c: Add module file path utility

This commit is contained in:
2021-10-25 09:30:34 +00:00
committed by Hay1tsme
parent 3c803e2db4
commit 6576af5a86
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',
],