diff options
author | Brad King <brad.king@kitware.com> | 2015-03-20 13:43:37 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-03-20 13:45:51 (GMT) |
commit | 6e54b0b91032d858ae33b3cb093b5e4c9e15970e (patch) | |
tree | aca1c84ea95b499b3cd8e1426f41c6be32d2e5b0 /Help | |
parent | a2c068a7ce47ab5934735b9f9168dda9760646ec (diff) | |
download | CMake-6e54b0b91032d858ae33b3cb093b5e4c9e15970e.zip CMake-6e54b0b91032d858ae33b3cb093b5e4c9e15970e.tar.gz CMake-6e54b0b91032d858ae33b3cb093b5e4c9e15970e.tar.bz2 |
Help: Add notes for topic 'file-globbing-directory-listing'
Diffstat (limited to 'Help')
-rw-r--r-- | Help/release/dev/file-globbing-directory-listing.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Help/release/dev/file-globbing-directory-listing.rst b/Help/release/dev/file-globbing-directory-listing.rst new file mode 100644 index 0000000..c4d7ba5 --- /dev/null +++ b/Help/release/dev/file-globbing-directory-listing.rst @@ -0,0 +1,6 @@ +file-globbing-directory-listing +------------------------------- + +* The :command:`file(GLOB)` and :command:`file(GLOB_RECURSE)` commands + learned a new ``LIST_DIRECTORIES <bool>`` option to specify whether + the glob result should include directories. |