diff options
author | Craig Scott <craig.scott@crascit.com> | 2023-07-12 23:27:28 (GMT) |
---|---|---|
committer | Craig Scott <craig.scott@crascit.com> | 2023-07-12 23:27:28 (GMT) |
commit | 9c0c844fbdd2d3b78e8ca2f6f64167c70253f97e (patch) | |
tree | c35782f7e38405a7c74b480fb520845d89c35d26 | |
parent | 88277d15e727affa199a10c60c9ce48e7dcee77c (diff) | |
download | CMake-9c0c844fbdd2d3b78e8ca2f6f64167c70253f97e.zip CMake-9c0c844fbdd2d3b78e8ca2f6f64167c70253f97e.tar.gz CMake-9c0c844fbdd2d3b78e8ca2f6f64167c70253f97e.tar.bz2 |
Help: Add TARGET_IMPORT_FILE... genexes to 3.27 release notes
Fixes: #25060
-rw-r--r-- | Help/release/3.27.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Help/release/3.27.rst b/Help/release/3.27.rst index 930a0dc..52768d1 100644 --- a/Help/release/3.27.rst +++ b/Help/release/3.27.rst @@ -157,6 +157,12 @@ Generator Expressions :ref:`transformation <GenEx Path Transformations>` operations learned to process :ref:`lists <CMake Language Lists>` of paths element-wise. +* The :genex:`TARGET_IMPORT_FILE`, :genex:`TARGET_IMPORT_FILE_BASE_NAME`, + :genex:`TARGET_IMPORT_FILE_PREFIX`, :genex:`TARGET_IMPORT_FILE_SUFFIX`, + :genex:`TARGET_IMPORT_FILE_NAME`, and :genex:`TARGET_IMPORT_FILE_DIR` + generator expressions were added. These expand to details about the + linker import file for a target. + * The :genex:`TARGET_RUNTIME_DLL_DIRS` generator expression was added. It expands to a list of the directories containing DLLs in :genex:`TARGET_RUNTIME_DLLS`. |