diff options
author | Alex Merry <alex.merry@kde.org> | 2015-02-06 12:31:05 +0000 |
---|---|---|
committer | Alex Merry <alex.merry@kde.org> | 2015-02-06 12:31:05 +0000 |
commit | 98a1ac4bf153581865662bd55fd139844d2de5cd (patch) | |
tree | 7de7b8d9f3de0cc7516e922dfa087f845c0b375b /docs/manual/ecm-toolchains.7.rst | |
parent | ce678b32de12e6bb3c2b470111a3fcbadcca3a38 (diff) | |
download | extra-cmake-modules-98a1ac4bf153581865662bd55fd139844d2de5cd.tar.gz extra-cmake-modules-98a1ac4bf153581865662bd55fd139844d2de5cd.tar.bz2 |
Add Android toolchain module to the documentation.
Diffstat (limited to 'docs/manual/ecm-toolchains.7.rst')
-rw-r--r-- | docs/manual/ecm-toolchains.7.rst | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/docs/manual/ecm-toolchains.7.rst b/docs/manual/ecm-toolchains.7.rst new file mode 100644 index 00000000..66f685e2 --- /dev/null +++ b/docs/manual/ecm-toolchains.7.rst @@ -0,0 +1,33 @@ +.. ecm-manual-description: ECM Toolchains Reference + +ecm-toolchains(7) +***************** + +.. only:: html or latex + + .. contents:: + +Introduction +============ + +Extra CMake Modules (ECM) provides some toolchain modules. Unlike normal +modules, these are not included directly in projects, but specified with +the ``CMAKE_TOOLCHAIN_FILE`` cache variable on the commandline. + + +All Modules +=========== + +.. toctree:: + :maxdepth: 1 + :glob: + + /toolchain/* + +.. only:: man + + See Also + ======== + + :manual:`ecm(7)` + |