blob: c9b605903384e211111f31adfa11273eefa7c4de [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
36Find Modules
37------------
38
39CMake :ref:`Find Modules`, used to locate libraries and programs on the host
40system.
41
42.. toctree::
43 :glob:
44 :maxdepth: 1
45
46--------------
47
48*Copyright (c) 2021, Arm Limited and Contributors. All rights reserved.*