esp-ena/components/interface-input-m5/CMakeLists.txt

8 lines
134 B
CMake

idf_component_register(
SRCS
"m5-input.c"
INCLUDE_DIRS "."
PRIV_REQUIRES
interface
imu-mpu6886
)