Browse Source

Help: Add notes for topic 'cmake-depend-in-project-only'

Brad King 10 years ago
parent
commit
b06e17da7b
1 changed files with 6 additions and 0 deletions
  1. 6 0
      Help/release/dev/cmake-depend-in-project-only.rst

+ 6 - 0
Help/release/dev/cmake-depend-in-project-only.rst

@@ -0,0 +1,6 @@
+cmake-depend-in-project-only
+----------------------------
+
+* The :ref:`Makefile Generators` learned to optionally limit dependency
+  scanning only to files in the project source and build trees.
+  See the :variable:`CMAKE_DEPENDS_IN_PROJECT_ONLY` variable.