zmk/app/boards/arm/mikoto/CMakeLists.txt

3 lines
108 B
CMake
Raw Normal View History

zephyr_library()
zephyr_library_sources(pinmux.c)
zephyr_library_include_directories(${ZEPHYR_BASE}/drivers)