diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2019-04-08 14:26:51 -0700 |
---|---|---|
committer | Scott Rifenbark <srifenbark@gmail.com> | 2019-04-08 14:26:51 -0700 |
commit | 7061edf1849de1bb1730df92d23aa52a6793a609 (patch) | |
tree | 5e3414e134d65d6dbc15cf44c1811a2b464352f3 /docs/dev_guide/cmake-overview.md | |
parent | 4bbfea69dd78079ec3379268a12a552930d4314f (diff) |
CMake: Complete re-write of the CMake topic.guppy_7.0.2guppy/7.0.27.0.2
Change-Id: I97c3a450401b87b8419ff00615588c261e6afc25
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Diffstat (limited to 'docs/dev_guide/cmake-overview.md')
-rwxr-xr-x | docs/dev_guide/cmake-overview.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/dev_guide/cmake-overview.md b/docs/dev_guide/cmake-overview.md new file mode 100755 index 0000000..ca76728 --- /dev/null +++ b/docs/dev_guide/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. + + |