How to make simple include lib path like in arduino
Posted: Sun Nov 04, 2018 11:22 am
Hello,
how can i make my own include path for my own libĀ“s like in Arduino.
its a static path and every sub dir will be included.
Operating System: Windows
Visual Studio / VisualGDB
Dont work:
EXTRA_COMPONENT_DIRS += c:/ESP32-Projekts/Component/**
EXTRA_COMPONENT_DIRS += ./components/
Thanks for help
how can i make my own include path for my own libĀ“s like in Arduino.
its a static path and every sub dir will be included.
Operating System: Windows
Visual Studio / VisualGDB
Dont work:
EXTRA_COMPONENT_DIRS += c:/ESP32-Projekts/Component/**
EXTRA_COMPONENT_DIRS += ./components/
Thanks for help