Skip to content

Commit

Permalink
Merge pull request ttroy50#36 from kevinywlui/patch-1
Browse files Browse the repository at this point in the history
Fix a typo.
  • Loading branch information
ttroy50 authored Jan 15, 2020
2 parents 30353fd + 25f441c commit 4c671bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 01-basic/B-hello-headers/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ target_include_directories(target
)
----

The +PRIVATE+ identifier specifies the scope of the include. This is important for libraries and is exlpained in the next example. More details on the function is available link:https://cmake.org/cmake/help/v3.0/command/target_include_directories.html[here]
The +PRIVATE+ identifier specifies the scope of the include. This is important for libraries and is explained in the next example. More details on the function is available link:https://cmake.org/cmake/help/v3.0/command/target_include_directories.html[here]

# Building the Example

Expand Down

0 comments on commit 4c671bd

Please sign in to comment.