fix a few typos and grammer

This commit is contained in:
Thom Troy
2016-08-18 22:35:48 +01:00
parent 70cafd9f3f
commit 6c058c03c8
4 changed files with 9 additions and 8 deletions

View File

@@ -84,7 +84,8 @@ target_link_libraries( hello_binary
----
This tells CMake to link the hello_library against the hello_binary executable
during link time.
during link time. It will also propogate any include directries with +PUBLIC+ or +INTERFACE+ scope
from the linked library target.
An example of this being called by the compiler is