diff options
Diffstat (limited to 'docs/dev_guide/advanced-usage.md')
-rwxr-xr-x | docs/dev_guide/advanced-usage.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dev_guide/advanced-usage.md b/docs/dev_guide/advanced-usage.md index 5df247d..79f7fe3 100755 --- a/docs/dev_guide/advanced-usage.md +++ b/docs/dev_guide/advanced-usage.md @@ -107,7 +107,7 @@ SET_TARGET_PROPERTIES(${TARGET_NAME} PROPERTIES You can add an external third-party library that is built, linked, and shipped with the project. -Or, you can link and ship the library only with the project. +Or, you can link and ship the library only with the project. ### Building, Linking, and Shipping an External Library with the Project |