summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-02-20 15:43:02 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2017-02-20 15:43:02 (GMT)
commit5d17b68c675e0d05cd45835f366c62119ec7d7c8 (patch)
tree4242efb4461933e2e61063f5f402ab4b8f2bb89b /Help
parent168420f35cbcbd1ef0b2d24f3b254064e21c018e (diff)
parent734581f49fc0eac4c49e941c0cc450a04c866896 (diff)
downloadCMake-5d17b68c675e0d05cd45835f366c62119ec7d7c8.zip
CMake-5d17b68c675e0d05cd45835f366c62119ec7d7c8.tar.gz
CMake-5d17b68c675e0d05cd45835f366c62119ec7d7c8.tar.bz2
Merge topic 'productbuild_resources'
734581f4 CPack: Add support for CPACK_PRODUCTBULID_RESOURCES_DIR
Diffstat (limited to 'Help')
-rw-r--r--Help/release/dev/productbuild_resources.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/Help/release/dev/productbuild_resources.rst b/Help/release/dev/productbuild_resources.rst
new file mode 100644
index 0000000..f381e63
--- /dev/null
+++ b/Help/release/dev/productbuild_resources.rst
@@ -0,0 +1,7 @@
+productbuild_resources
+----------------------
+
+* The :module:`CPackProductBuild` module gained a new
+ :variable:`CPACK_PRODUCTBUILD_RESOURCES_DIR` variable to
+ specify resources to be copied into the ``Resources``
+ directory.