espressif_idf-extra-components/pid_ctrl/CMakeLists.txt

5 lines
113 B
CMake
Raw Permalink Normal View History

2021-11-19 10:18:28 +01:00
set(srcs "src/pid_ctrl.c")
idf_component_register(SRCS "${srcs}"
INCLUDE_DIRS "include")