mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
7 lines
248 B
ReStructuredText
7 lines
248 B
ReStructuredText
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.
|