diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2019-06-09 21:12:33 -0500 |
---|---|---|
committer | Scott Rifenbark <srifenbark@gmail.com> | 2019-06-09 21:12:33 -0500 |
commit | b99684d8a68da0cab680aa3da51d64a9c0142fbc (patch) | |
tree | 31f45ef23c4f16a5ab5f983f90b262b464dda9d4 /docs/dev_guide/cmake-overview.md | |
parent | 0c10393f900dd8efa465760dc9f990a616cefd50 (diff) |
CMake Overview: Added TOC links and edits.
I put in a linkable topic list and made sure the topic
titles matched what is in the book.yml file.
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Change-Id: I32893f8380ec1927513dd44bd8f1e0247a0c39bd
Diffstat (limited to 'docs/dev_guide/cmake-overview.md')
-rwxr-xr-x | docs/dev_guide/cmake-overview.md | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/docs/dev_guide/cmake-overview.md b/docs/dev_guide/cmake-overview.md index ca76728..52a9b16 100755 --- a/docs/dev_guide/cmake-overview.md +++ b/docs/dev_guide/cmake-overview.md @@ -4,6 +4,22 @@ The CMake AGL Framework Template Module helps to build applications or bindings for the AGL Application Framework. You can use the template module to easily build a widget and its related -test widget for running on top the AGL Application Framework. +test widget for running on top of the AGL Application Framework. + +This topic consists of the following: + +- [Installing CMake Templates](installing-cmake.html). + +- [Using CMake Templates](using-cmake.html). + +- [Configuring CMake](configuring-cmake.html). + +- [Project Architecture](project-architecture.html). + +- [Advanced Usage](advanced-usage.html). + +- [Advanced Customization](advanced-customization.html). + +- [Autobuild](autobuild.html). |