Код: Выделить всё
- myProject/
- CMakeLists.txt
- sdkconfig
- components/ - component1/ - CMakeLists.txt
- Kconfig
- src1.c
- component2/ - CMakeLists.txt
- Kconfig
- src1.c
- include/ - component2.h
- esp-nimble-cpp-release-2.3/
- CMakeLists.txt
- Kconfig
- src/
- ... (other files and dirs included in esp-nimble-cpp)
- main/ - CMakeLists.txt
- src1.c
- src2.c
- build/
Я пытался добавить REQUIRES esp-nimble-cpp-release-2.3 в CMakeLists.txt на компоненте2 (и его вариант), но он не смог его найти. Не знаю, что делать дальше. Любая помощь?
Подробнее здесь: https://stackoverflow.com/questions/798 ... df-project
Мобильная версия