From 6a3764e2c7d07b6d58095c4daec40bdcf2cd0f70 Mon Sep 17 00:00:00 2001 From: thomas-bc Date: Tue, 7 Nov 2023 10:39:00 -0800 Subject: [PATCH] Add link to index in target section --- docs/UsersGuide/cmake/cmake-api.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/UsersGuide/cmake/cmake-api.md b/docs/UsersGuide/cmake/cmake-api.md index 8baed4f65e..e4131ef917 100644 --- a/docs/UsersGuide/cmake/cmake-api.md +++ b/docs/UsersGuide/cmake/cmake-api.md @@ -37,6 +37,8 @@ them into a global dictionary. [Target](./Targets.md): target subsystem documentation +All available targets are listed and described in the [CMake API Index](../api/cmake/index.md) + ## CMake Support Code Documentation