Support for off-line/unpublished/private libraries // Resolved #260

This commit is contained in:
Ivan Kravets
2015-07-29 21:14:41 +03:00
parent 9a6189d7cd
commit 3813614d31
2 changed files with 7 additions and 0 deletions

View File

@@ -57,6 +57,11 @@ A default value is ``%home_dir%/lib``.
This option can be overridden by global environment variable
:ref:`envvar_PLATFORMIO_LIB_DIR`.
.. note::
You can put here your own/private libraries. The source code of each
library should be placed in separate directory. For example,
``%lib_dir%/private_lib/[here are source files]``.
.. _projectconf_pio_src_dir:
``src_dir``