Update README.adoc

fix a word
This commit is contained in:
Ronald
2021-06-30 21:32:26 +08:00
committed by GitHub
parent 64413ddde2
commit 4729b330d6

View File

@@ -137,7 +137,7 @@ target_include_directories(${PROJECT_NAME}
## Referencing Libraries from Sub-Projects ## Referencing Libraries from Sub-Projects
If a sub-project creates a library, it can be referenced by other projects by If a sub-project creates a library, it can be referenced by other projects by
calling the name of the project in the `target_link_libraries()` command. This calling the name of the target in the `target_link_libraries()` command. This
means that you don't have to reference the full path of the new library and it means that you don't have to reference the full path of the new library and it
is added as a dependency. is added as a dependency.