diff --git a/main/CMakeLists.txt b/main/CMakeLists.txt new file mode 100644 --- /dev/null +++ b/main/CMakeLists.txt @@ -0,0 +1,2 @@ +idf_component_register(SRCS "main.c" + INCLUDE_DIRS .)