Merge topic 'file-globbing-directory-listing'

6e54b0b9 Help: Add notes for topic 'file-globbing-directory-listing'
a2c068a7 file: Teach GLOB to list directories optionally
This commit is contained in:
Brad King
2015-03-20 09:47:52 -04:00
committed by CMake Topic Stage
16 changed files with 201 additions and 6 deletions
@@ -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.