[libc][NFC][Obvious] Add names to various string entrypoints.
This commit is contained in:
parent
7e58d0ded0
commit
e9de9e3368
|
@ -52,6 +52,7 @@ function(add_implementation name impl_name)
|
||||||
REJECT ${ADD_IMPL_REJECT}
|
REJECT ${ADD_IMPL_REJECT}
|
||||||
)
|
)
|
||||||
add_entrypoint_object(${impl_name}
|
add_entrypoint_object(${impl_name}
|
||||||
|
NAME ${name}
|
||||||
SRCS ${ADD_IMPL_SRCS}
|
SRCS ${ADD_IMPL_SRCS}
|
||||||
HDRS ${ADD_IMPL_HDRS}
|
HDRS ${ADD_IMPL_HDRS}
|
||||||
DEPENDS ${ADD_IMPL_DEPENDS}
|
DEPENDS ${ADD_IMPL_DEPENDS}
|
||||||
|
|
Loading…
Reference in New Issue