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

This commit is contained in:
Brad King 2016-03-22 16:04:25 -04:00
parent 525402450a
commit b06e17da7b
1 changed files with 6 additions and 0 deletions

View File

@ -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.