mirror of
https://github.com/ttroy50/cmake-examples.git
synced 2025-12-18 20:24:35 +03:00
Update README.adoc
fix a word
This commit is contained in:
@@ -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.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user