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