blob: 52a9b16592245b019e7b93f2f2c41c82da72499b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# Overview
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 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).
|