zephyr/drivers/sensor/apds9960/CMakeLists.txt

5 lines
148 B
CMake

zephyr_library()
zephyr_library_sources_ifdef(CONFIG_APDS9960 apds9960.c)
zephyr_library_sources_ifdef(CONFIG_APDS9960_TRIGGER apds9960_trigger.c)