pile_com_stm32/components/rotary_encoder/CMakeLists.txt

8 lines
274 B
CMake
Raw Permalink Normal View History

2023-07-20 10:17:11 +08:00
set(component_srcs "src/rotary_encoder_pcnt_ec11.c")
idf_component_register(SRCS "${component_srcs}"
INCLUDE_DIRS "include"
PRIV_INCLUDE_DIRS ""
PRIV_REQUIRES "driver"
REQUIRES "")