Skip to content

Commit

Permalink
Merge pull request ttroy50#47 from panovr/patch-1
Browse files Browse the repository at this point in the history
Fix a typo
  • Loading branch information
ttroy50 authored Apr 13, 2020
2 parents 7e0ec02 + b2a0e69 commit aaefaa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 01-basic/C-static-library/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
----
Expand Down

0 comments on commit aaefaa1

Please sign in to comment.