From 9c071272f2bae5410c153c60c7df6f6be5c2e67e Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 4 Apr 2019 16:55:03 -0700 Subject: CMake Topic book: Updated for the new file names. Change-Id: Ic4883cead2c8fe19fbe3ec3ae5a6db005786561d Signed-off-by: Scott Rifenbark --- docs/dev_guide/advanced-usage.md | 2 +- docs/devguides-book.yml | 20 +++++++++++--------- 2 files changed, 12 insertions(+), 10 deletions(-) mode change 100644 => 100755 docs/devguides-book.yml 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 diff --git a/docs/devguides-book.yml b/docs/devguides-book.yml old mode 100644 new mode 100755 index 342a324..6199838 --- a/docs/devguides-book.yml +++ b/docs/devguides-book.yml @@ -6,19 +6,21 @@ books: description: CMAKE Apps Module documentation keywords: author: "IotBzh" - version: sandbox/scottrif29/scottdocs + version: master chapters: - - url: dev_guide/0-cmake-overview.md + - url: dev_guide/cmake-overview.md name: Overview - - url: dev_guide/1-installing-cmake.md - name: Installing the CMAKE Module - - url: dev_guide/2-configuring-cmake.md + - url: dev_guide/installing-cmake.md + name: Installing the CMAKE Templates + - url: dev_guide/using-cmake.md + name: Using CMake Templates + - url: dev_guide/configuring-cmake.md name: Configuring CMAKE - - url: dev_guide/3-project-architecture.md + - url: dev_guide/project-architecture.md name: Project Architecture - - url: dev_guide/4-advanced-usage.md + - url: dev_guide/advanced-usage.md name: Advanced Usage - - url: dev_guide/5-advanced-customization.md + - url: dev_guide/advanced-customization.md name: Advanced Customization - - url: dev_guide/6-autobuild.md + - url: dev_guide/autobuild.md name: Autobuild -- cgit 1.2.3-korg