Chris Kay | 7466526 | 2021-03-09 18:57:01 +0000 | [diff] [blame] | 1 | Modules |
| 2 | ======= |
| 3 | |
| 4 | .. default-domain:: cmake |
| 5 | |
| 6 | .. contents:: |
| 7 | |
| 8 | This page documents the CMake modules that are packaged with the build system, |
| 9 | and which offer convenience functions for actions used frequently within it. |
| 10 | |
| 11 | See the :manual:`cmake-modules(7) <manual:cmake-modules(7)>` manual for a list |
| 12 | of modules provided by CMake directly. |
| 13 | |
| 14 | Utility Modules |
| 15 | --------------- |
| 16 | |
| 17 | Internal Modules |
| 18 | ^^^^^^^^^^^^^^^^ |
| 19 | |
| 20 | Modules specific to the Trusted Firmware-A build system. |
| 21 | |
| 22 | .. toctree:: |
| 23 | :glob: |
| 24 | :maxdepth: 1 |
| 25 | |
| 26 | External Modules |
| 27 | ^^^^^^^^^^^^^^^^ |
| 28 | |
| 29 | Modules used by, but with no strict relation to, the Trusted Firmware-A build |
| 30 | system. |
| 31 | |
| 32 | .. toctree:: |
| 33 | :glob: |
| 34 | :maxdepth: 1 |
| 35 | |
Chris Kay | 5b78769 | 2021-07-19 16:57:32 +0100 | [diff] [blame^] | 36 | module/external/* |
| 37 | |
Chris Kay | 7466526 | 2021-03-09 18:57:01 +0000 | [diff] [blame] | 38 | Find Modules |
| 39 | ------------ |
| 40 | |
| 41 | CMake :ref:`Find Modules`, used to locate libraries and programs on the host |
| 42 | system. |
| 43 | |
| 44 | .. toctree:: |
| 45 | :glob: |
| 46 | :maxdepth: 1 |
| 47 | |
| 48 | -------------- |
| 49 | |
| 50 | *Copyright (c) 2021, Arm Limited and Contributors. All rights reserved.* |