You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
532 B
14 lines
532 B
SKIP_UNITY_BUILD_INCLUSION
|
|
--------------------------
|
|
|
|
.. versionadded:: 3.16
|
|
|
|
Setting this property to true ensures the source file will be skipped by
|
|
unity builds when its associated target has its :prop_tgt:`UNITY_BUILD`
|
|
property set to true. The source file will instead be compiled on its own
|
|
in the same way as it would with unity builds disabled.
|
|
|
|
This property helps with "ODR (One definition rule)" problems where combining
|
|
a particular source file with others might lead to build errors or other
|
|
unintended side effects.
|