blob: 147e44ad0ac16a4a965afc6b3a9a68314ab324a4 (
plain)
1
2
3
4
5
6
|
glob_configure_depends
----------------------
* The :command:`file(GLOB)` and :command:`file(GLOB_RECURSE)` commands
learned a new flag ``CONFIGURE_DEPENDS`` which enables expression of
build system dependency on globbed directory's contents.
|