zmk/app/drivers/sensor/joystick/CMakeLists.txt
2022-08-31 23:01:24 +01:00

8 lines
158 B
CMake

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