Files
FastAccelStepper/CMakeLists.txt
2024-12-22 05:22:46 +03:00

7 lines
119 B
CMake

idf_component_register(
SRC_DIRS "src"
INCLUDE_DIRS "src"
REQUIRES arduino
PRIV_REQUIRES driver soc
)