From 98a1ac4bf153581865662bd55fd139844d2de5cd Mon Sep 17 00:00:00 2001 From: Alex Merry Date: Fri, 6 Feb 2015 12:31:05 +0000 Subject: Add Android toolchain module to the documentation. --- docs/manual/ecm-toolchains.7.rst | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 docs/manual/ecm-toolchains.7.rst (limited to 'docs/manual/ecm-toolchains.7.rst') 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)` + -- cgit v1.2.1