Files
stepper_base/components/direction_controller/CMakeLists.txt

5 lines
191 B
CMake

idf_component_register(SRCS "direction_controller.c"
INCLUDE_DIRS "include"
REQUIRES "stepper_motor"
PRIV_REQUIRES "driver" "log")