forked from platformio/platformio-core
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)
|
||||
|
||||
if project.depbuilders:
|
||||
print "Library Dependency Map"
|
||||
print "Project Dependencies Graph"
|
||||
print_deps_tree(project)
|
||||
else:
|
||||
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
|
||||
include paths and build them.
|
||||
|
||||
See additional options for PlatformIO Library Dependency Finder `lib_*`:
|
||||
|
||||
http://docs.platformio.org/en/stable/projectconf.html#lib-install
|
||||
|
||||
More information about PlatformIO Library Dependency Finder
|
||||
- http://docs.platformio.org/en/stable/librarymanager/ldf.html
|
||||
""")
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user