1# SPDX-License-Identifier: Apache-2.0
2
3zephyr_library()
4
5zephyr_library_sources(
6	vl53l0x.c
7	vl53l0x_platform.c
8)
9