From 58b9147298d343b9f74dc0f2036939e46406e9c3 Mon Sep 17 00:00:00 2001 From: Thom Troy Date: Sun, 18 Mar 2018 17:40:27 +0000 Subject: [PATCH] add missing word --- 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 3adbf85..e35b0b7 100644 --- a/01-basic/C-static-library/README.adoc +++ b/01-basic/C-static-library/README.adoc @@ -83,7 +83,7 @@ For public headers it is often a good idea to have your include folder be "names with sub-directories. The directory passed to +target_include_directories+ will be the root of your -include directory and your C++ files should include the path from there to your header. +include directory tree and your C++ files should include the path from there to your header. For this example you can see that we do it as follows: [source,cpp]