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