blob: 9b9a56976ebd1bdbfc8a94417e31e34d36e8e452 [file] [log] [blame]
# Copyright (c) 2020 Linumiz
# SPDX-License-Identifier: Apache-2.0
if(CONFIG_LZ4)
set(LZ4_DIR ${ZEPHYR_CURRENT_MODULE_DIR})
zephyr_library()
zephyr_include_directories(${LZ4_DIR}/lib)
zephyr_library_sources(
${LZ4_DIR}/lib/lz4.c
)
endif()