mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-25 15:49:08 -05:00
Help: Add notes for topic 'ninja-directory-targets'
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
ninja-directory-targets
|
||||
-----------------------
|
||||
|
||||
* The :generator:`Ninja` generator learned to produce phony targets
|
||||
of the form ``sub/dir/all`` to drive the build of a subdirectory.
|
||||
This is equivalent to ``cd sub/dir; make all`` with
|
||||
:ref:`Makefile Generators`.
|
||||
Reference in New Issue
Block a user