blob: 3e799ed88647f1b15991e8ce6176fff69df334b3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
OBJECT_OUTPUTS
--------------
Additional outputs for a :generator:`Ninja` or :ref:`Makefile Generators` rule.
Additional outputs created by compilation of this source file. If any
of these outputs is missing the object will be recompiled. This is
supported only on the :generator:`Ninja` and :ref:`Makefile Generators`
and will be ignored on other generators.
This property supports
:manual:`generator expressions <cmake-generator-expressions(7)>`.
|