esp-idf/examples/common_components/pid_ctrl/CMakeLists.txt

5 wiersze
113 B
CMake

set(srcs "src/pid_ctrl.c")
idf_component_register(SRCS "${srcs}"
INCLUDE_DIRS "include")