Merge pull request #47 from panovr/patch-1

Fix a typo
This commit is contained in:
Thom Troy 2020-04-13 17:08:31 +01:00 committed by GitHub
commit aaefaa1781
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -98,7 +98,7 @@ you use multiple libraries in your project.
## Linking a Library
When creating an executable that will use your library you must tell the compiler
about the library. This can be done using the +target_link_library()+ function.
about the library. This can be done using the +target_link_libraries()+ function.
[source,cmake]
----