浏览代码

Help: Add TARGET_IMPORT_FILE... genexes to 3.27 release notes

Fixes: #25060
Craig Scott 2 年之前
父节点
当前提交
9c0c844fbd
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      Help/release/3.27.rst

+ 6 - 0
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`.