I have a project with the following structure :
Code: Select all
esp_project
├── CMakeLists.txt
├── components
│ └── my_comp
│ ├── CMakeLists.txt
│ ├── my_comp.c
│ └── my_comp.h
└── main
├── CMakeLists.txt
├── main.c
└── my_conf.h