From 4729b330d68a34ecdb457e58b8cac2399e52f480 Mon Sep 17 00:00:00 2001 From: Ronald <3665590+playgithub@users.noreply.github.com> Date: Wed, 30 Jun 2021 21:32:26 +0800 Subject: [PATCH] Update README.adoc fix a word --- 02-sub-projects/A-basic/README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02-sub-projects/A-basic/README.adoc b/02-sub-projects/A-basic/README.adoc index 9c7933c..210c1d8 100644 --- a/02-sub-projects/A-basic/README.adoc +++ b/02-sub-projects/A-basic/README.adoc @@ -137,7 +137,7 @@ target_include_directories(${PROJECT_NAME} ## Referencing Libraries from Sub-Projects 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 is added as a dependency.