Add a directory property to list subdirectories

Add a SUBDIRECTORIES directory property to allow project code to
traverse the directory structure of itself as CMake sees it.
This commit is contained in:
Brad King
2016-09-19 13:32:29 -04:00
parent 089868a244
commit 7a4b8d0dc2
9 changed files with 46 additions and 1 deletions
@@ -0,0 +1,5 @@
directory-list-targets-and-subdirs
----------------------------------
* A :prop_dir:`SUBDIRECTORIES` directory property was added to
get the list of subdirectories added by a project in a directory.