diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2019-03-19 11:59:52 -0600 |
---|---|---|
committer | Scott Rifenbark <srifenbark@gmail.com> | 2019-03-26 13:00:16 -0700 |
commit | 16829a33f77f9d9eda435f5f1c36f36bc33fb267 (patch) | |
tree | dd1f36dc54d7d4d18241f8cf051f7ac639b1f4f5 /docs/dev_guide/0-cmake-overview.md | |
parent | a6daa45c47f553b9ff6a1120f48a322f4e834363 (diff) |
cmake-apps-module: New file names.
Created some new file names based on some re-writing.
Also, updated the devguides-book.yml file to reflect the
state of things.
Change-Id: I6a9a91fe9c2f271493404ab7d63b6d6a8faf586e
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
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. + + |