Merge pull request #64 from playgithub/patch-2

Update README.adoc
This commit is contained in:
Thom Troy
2021-09-14 20:18:00 +01:00
committed by GitHub

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.