From 3b1e2aaed6714520d7cfd92ab7b24bf1bb505ddc Mon Sep 17 00:00:00 2001 From: Thom Troy Date: Sun, 18 Mar 2018 17:39:14 +0000 Subject: [PATCH] fix missing + --- 01-basic/C-static-library/README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01-basic/C-static-library/README.adoc b/01-basic/C-static-library/README.adoc index ec4ce71..3adbf85 100644 --- a/01-basic/C-static-library/README.adoc +++ b/01-basic/C-static-library/README.adoc @@ -72,7 +72,7 @@ This will cause the included directory used in the following places: 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. * +PUBLIC+ - As above, it is included int his library and also any targets that link this library.