mch2022-template-app/main/CMakeLists.txt

6 lines
90 B
CMake
Raw Normal View History

2022-01-24 21:32:33 +00:00
idf_component_register(
2022-06-08 14:24:28 +00:00
SRCS
"main.c"
INCLUDE_DIRS
"." "include"
)