mch2022-template-app/main/CMakeLists.txt
2022-06-09 08:39:28 +02:00

8 lines
No EOL
143 B
CMake

idf_component_register(
SRCS
"main.c"
"wifi_connect.c"
"wifi_connection.c"
INCLUDE_DIRS
"." "include"
)