mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 01:57:13 +02:00
Update links to Library Dependency Finder
This commit is contained in:
2
examples
2
examples
Submodule examples updated: dc677cf233...ea62e450c0
@ -525,7 +525,7 @@ def BuildDependentLibraries(env, src_dir):
|
|||||||
project.search_deps_recursive(lib_builders)
|
project.search_deps_recursive(lib_builders)
|
||||||
|
|
||||||
if project.depbuilders:
|
if project.depbuilders:
|
||||||
print "Library Dependency Map"
|
print "Project Dependencies Graph"
|
||||||
print_deps_tree(project)
|
print_deps_tree(project)
|
||||||
else:
|
else:
|
||||||
print "Project does not have dependencies"
|
print "Project does not have dependencies"
|
||||||
|
@ -198,10 +198,8 @@ Then in `src/main.c` you should use:
|
|||||||
PlatformIO will find your libraries automatically, configure preprocessor's
|
PlatformIO will find your libraries automatically, configure preprocessor's
|
||||||
include paths and build them.
|
include paths and build them.
|
||||||
|
|
||||||
See additional options for PlatformIO Library Dependency Finder `lib_*`:
|
More information about PlatformIO Library Dependency Finder
|
||||||
|
- http://docs.platformio.org/en/stable/librarymanager/ldf.html
|
||||||
http://docs.platformio.org/en/stable/projectconf.html#lib-install
|
|
||||||
|
|
||||||
""")
|
""")
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user