zmk/app/drivers/sensor/ma730/CMakeLists.txt
2021-01-08 19:04:51 +00:00

8 lines
155 B
CMake

# Copyright (c) 2020 The ZMK Contributors
# SPDX-License-Identifier: MIT
zephyr_include_directories(.)
zephyr_library()
zephyr_library_sources(ma730.c)