blob: 64ef18ab8cea74e2f81c71b9ceaa88651e51899f (
plain)
1
2
3
4
5
6
7
8
|
CMAKE_UNITY_BUILD_UNIQUE_ID
---------------------------
.. versionadded:: 3.20
This variable is used to initialize the :prop_tgt:`UNITY_BUILD_UNIQUE_ID`
property of targets when they are created. It specifies the name of the
unique identifier generated per file in a unity build.
|