Update README.adoc

typo
This commit is contained in:
Ronald
2021-06-30 21:34:58 +08:00
committed by GitHub
parent 64413ddde2
commit db0efe9cf9

View File

@@ -176,8 +176,8 @@ binary using them.
This is controlled by the scope in the `target_include_directories()` command when creating 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 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 libraries it will automatically include the `${sublibrary1_SOURCE_DIR}/include`
and `${sublibrary2_SOURCE_DIR}/inc` folders as they are exported with the and `${sublibrary2_SOURCE_DIR}/include` folders as they are exported with the
+PUBLIC+ and +INTERFACE+ scopes of the libraries. +PUBLIC+ and +INTERFACE+ scopes of the libraries.
# Building the example # Building the example