fix missing +

This commit is contained in:
Thom Troy
2018-03-18 17:39:14 +00:00
parent 33b3ea5683
commit 3b1e2aaed6

View File

@@ -72,7 +72,7 @@ This will cause the included directory used in the following places:
The meaning of scopes are: 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 directores for any targets that link this library. * +INTERFACE+ - the directory is added to the include directores 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 int his library and also any targets that link this library.