zephyr/drivers/sensor/vl53l0x/CMakeLists.txt

7 lines
75 B
CMake
Raw Normal View History

zephyr_library()
zephyr_library_sources(
vl53l0x.c
vl53l0x_platform.c
)