diff options
Diffstat (limited to 'docs/dev_guide/0-cmake-overview.md')
-rwxr-xr-x | docs/dev_guide/0-cmake-overview.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/dev_guide/0-cmake-overview.md b/docs/dev_guide/0-cmake-overview.md new file mode 100755 index 0000000..ca76728 --- /dev/null +++ b/docs/dev_guide/0-cmake-overview.md @@ -0,0 +1,9 @@ +# 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 the AGL Application Framework. + + |