Include libraries

Hello.
I want to get started with PlatformIO but i want that all my old libraries wich are stored in D:\Arduino\libraries to be included. How can i do this? I do not want to use library installer because not all libraries are available on there.
Ok i have found my solution

For anyone wondering what the solution is:

[platformio]
lib_extra_dirs = D:\Arduino\libraries

see docs.

1 Like