diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2019-04-04 16:55:03 -0700 |
---|---|---|
committer | Scott Rifenbark <srifenbark@gmail.com> | 2019-04-08 12:17:34 -0700 |
commit | 9c071272f2bae5410c153c60c7df6f6be5c2e67e (patch) | |
tree | 94f42d8a299bb33286e76672f988b9975af8d602 /docs/dev_guide | |
parent | 27107400a13c053870b3bb8cbe2379099231ccab (diff) |
CMake Topic book: Updated for the new file names.
Change-Id: Ic4883cead2c8fe19fbe3ec3ae5a6db005786561d
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Diffstat (limited to 'docs/dev_guide')
-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 |