Fix a typo

This commit is contained in:
Yili Zhao
2020-02-21 10:33:06 +08:00
committed by GitHub
parent e36752873b
commit f09c8d8493

View File

@@ -74,7 +74,7 @@ The meaning of scopes are:
* +PRIVATE+ - the directory is added to this target's include directories * +PRIVATE+ - the directory is added to this target's include directories
* +INTERFACE+ - the directory is added to the include directories for any targets that link this library. * +INTERFACE+ - the directory is added to the include directories for any targets that link this library.
* +PUBLIC+ - As above, it is included int his library and also any targets that link this library. * +PUBLIC+ - As above, it is included in this library and also any targets that link this library.
[TIP] [TIP]