From db0efe9cf93b074b82c8d9bc8307552711b4e20f Mon Sep 17 00:00:00 2001 From: Ronald <3665590+playgithub@users.noreply.github.com> Date: Wed, 30 Jun 2021 21:34:58 +0800 Subject: [PATCH] Update README.adoc typo --- 02-sub-projects/A-basic/README.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/02-sub-projects/A-basic/README.adoc b/02-sub-projects/A-basic/README.adoc index 9c7933c..4f9c61f 100644 --- a/02-sub-projects/A-basic/README.adoc +++ b/02-sub-projects/A-basic/README.adoc @@ -176,8 +176,8 @@ binary using them. This is controlled by the scope in the `target_include_directories()` command when creating the libraries. In this example because the subbinary executable links the sublibrary1 -and sublibrary2 libraries it will automatically include the `${sublibrary1_SOURCE_DIR}/inc` -and `${sublibrary2_SOURCE_DIR}/inc` folders as they are exported with the +and sublibrary2 libraries it will automatically include the `${sublibrary1_SOURCE_DIR}/include` +and `${sublibrary2_SOURCE_DIR}/include` folders as they are exported with the +PUBLIC+ and +INTERFACE+ scopes of the libraries. # Building the example