浏览代码

Help: Add release notes for CPack External generator

Kyle Edwards 7 年之前
父节点
当前提交
4c71548766
共有 1 个文件被更改,包括 8 次插入0 次删除
  1. 8 0
      Help/release/dev/cpack-external.rst

+ 8 - 0
Help/release/dev/cpack-external.rst

@@ -0,0 +1,8 @@
+cpack-external
+--------------
+
+* CPack gained a new :cpack_gen:`CPack External Generator` which is used to
+  export the CPack metadata in a format that other software can understand. The
+  intention of this generator is to allow external packaging software to take
+  advantage of CPack's features when it may not be possible to use CPack for
+  the entire packaging process.