mirror of
https://github.com/ttroy50/cmake-examples.git
synced 2025-12-18 20:24:35 +03:00
Fix a typo
This commit is contained in:
@@ -98,7 +98,7 @@ you use multiple libraries in your project.
|
|||||||
## Linking a Library
|
## Linking a Library
|
||||||
|
|
||||||
When creating an executable that will use your library you must tell the compiler
|
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]
|
[source,cmake]
|
||||||
----
|
----
|
||||||
|
|||||||
Reference in New Issue
Block a user