blob: f2bc09ec0cf59c353b1d18ad8beae7f7c5e9fb9f [file] [log] [blame]
add_header_library(
memory_utils
HDRS
utils.h
elements.h
)
add_header_library(
memcpy_implementation
HDRS
memcpy_implementations.h
DEPS
.memory_utils
)
add_header_library(
memcmp_implementation
HDRS
memcmp_implementations.h
DEPS
.memory_utils
)
add_header_library(
memset_implementation
HDRS
memset_implementations.h
DEPS
.memory_utils
)