summaryrefslogtreecommitdiffstats
path: root/Help/command/export.rst
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2023-07-18 15:11:14 (GMT)
committerBrad King <brad.king@kitware.com>2023-07-18 15:11:14 (GMT)
commit38737e39707d83a4c105da1f3a369080e9b69a0f (patch)
tree6321b0dec43905989d36f3b7407146c03c93cd78 /Help/command/export.rst
parent59ed19304b9ea0cf89811e2ecec58cda75f3aa3c (diff)
downloadCMake-38737e39707d83a4c105da1f3a369080e9b69a0f.zip
CMake-38737e39707d83a4c105da1f3a369080e9b69a0f.tar.gz
CMake-38737e39707d83a4c105da1f3a369080e9b69a0f.tar.bz2
Help: Mention imported config mapping in export() and install() docs
Suggest the `CMAKE_MAP_IMPORTED_CONFIG_<CONFIG>` variable for mapping configurations of dependent projects to configurations exported by these commands. Issue: #25096
Diffstat (limited to 'Help/command/export.rst')
-rw-r--r--Help/command/export.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Help/command/export.rst b/Help/command/export.rst
index 0f79f63..2e14a10 100644
--- a/Help/command/export.rst
+++ b/Help/command/export.rst
@@ -78,6 +78,10 @@ to automatically export the same targets from the build tree as
transitive usage requirements of other targets that link to the
object libraries in their implementation.
+This command exports all :ref:`build configurations` from the build tree.
+See the :variable:`CMAKE_MAP_IMPORTED_CONFIG_<CONFIG>` variable to map
+configurations of dependent projects to the exported configurations.
+
Exporting Targets to Android.mk
"""""""""""""""""""""""""""""""