zmk/app/module/drivers/sensor/battery/CMakeLists.txt
ReFil b82be6b485 feat(battery): Initial battery charging state setection
feat(battery): Initial battery charging state setection
2024-03-21 14:36:26 +00:00

11 lines
No EOL
392 B
CMake

# Copyright (c) 2020-2021 The ZMK Contributors
# SPDX-License-Identifier: MIT
zephyr_include_directories(.)
zephyr_include_directories(${CMAKE_SOURCE_DIR}/include)
zephyr_library()
zephyr_library_sources(battery_common.c)
zephyr_library_sources_ifdef(CONFIG_ZMK_BATTERY_NRF_VDDH battery_nrf_vddh.c)
zephyr_library_sources_ifdef(CONFIG_ZMK_BATTERY_VOLTAGE_DIVIDER battery_voltage_divider.c)