We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e58d0d commit e9de9e3Copy full SHA for e9de9e3
libc/src/string/CMakeLists.txt
@@ -52,6 +52,7 @@ function(add_implementation name impl_name)
52
REJECT ${ADD_IMPL_REJECT}
53
)
54
add_entrypoint_object(${impl_name}
55
+ NAME ${name}
56
SRCS ${ADD_IMPL_SRCS}
57
HDRS ${ADD_IMPL_HDRS}
58
DEPENDS ${ADD_IMPL_DEPENDS}
0 commit comments