summaryrefslogtreecommitdiffstats
path: root/docs/dev_guide/cmake-overview.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/dev_guide/cmake-overview.md')
-rwxr-xr-xdocs/dev_guide/cmake-overview.md18
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).