summaryrefslogtreecommitdiff
path: root/share/cmake-3.6/Help/prop_dir/CMAKE_CONFIGURE_DEPENDS.rst
diff options
context:
space:
mode:
Diffstat (limited to 'share/cmake-3.6/Help/prop_dir/CMAKE_CONFIGURE_DEPENDS.rst')
-rwxr-xr-xshare/cmake-3.6/Help/prop_dir/CMAKE_CONFIGURE_DEPENDS.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/share/cmake-3.6/Help/prop_dir/CMAKE_CONFIGURE_DEPENDS.rst b/share/cmake-3.6/Help/prop_dir/CMAKE_CONFIGURE_DEPENDS.rst
new file mode 100755
index 0000000..b1aef19
--- /dev/null
+++ b/share/cmake-3.6/Help/prop_dir/CMAKE_CONFIGURE_DEPENDS.rst
@@ -0,0 +1,9 @@
+CMAKE_CONFIGURE_DEPENDS
+-----------------------
+
+Tell CMake about additional input files to the configuration process.
+If any named file is modified the build system will re-run CMake to
+re-configure the file and generate the build system again.
+
+Specify files as a semicolon-separated list of paths. Relative paths
+are interpreted as relative to the current source directory.