blob: 49b0afd2cedf9e351b0464a5b3c7be7634f73162 [file] [log] [blame]
add_entrypoint_object(
strcat
SRCS
strcat.cpp
HDRS
strcat.h
DEPENDS
strcpy
string_h
)
add_entrypoint_object(
strcpy
SRCS
strcpy.cpp
HDRS
strcpy.h
DEPENDS
string_h
)
add_subdirectory(memory_utils)