diff options
author | Stephen Kelly <steveire@gmail.com> | 2020-05-23 16:16:49 (GMT) |
---|---|---|
committer | Craig Scott <craig.scott@crascit.com> | 2020-12-15 11:26:09 (GMT) |
commit | 0fe9c40494be0e15e6603a245f181bc74d8cf481 (patch) | |
tree | be46d0672e9a1c867eb8cffda5522e1aba6b477b /Help/variable/CMAKE_UNITY_BUILD_UNIQUE_ID.rst | |
parent | 82b25be80afc92da045d04a37e121a3fa97392c0 (diff) | |
download | CMake-0fe9c40494be0e15e6603a245f181bc74d8cf481.zip CMake-0fe9c40494be0e15e6603a245f181bc74d8cf481.tar.gz CMake-0fe9c40494be0e15e6603a245f181bc74d8cf481.tar.bz2 |
Unity Build: Add option for generating per-file unique id
Fixes: #21477
Diffstat (limited to 'Help/variable/CMAKE_UNITY_BUILD_UNIQUE_ID.rst')
-rw-r--r-- | Help/variable/CMAKE_UNITY_BUILD_UNIQUE_ID.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Help/variable/CMAKE_UNITY_BUILD_UNIQUE_ID.rst b/Help/variable/CMAKE_UNITY_BUILD_UNIQUE_ID.rst new file mode 100644 index 0000000..b30e443 --- /dev/null +++ b/Help/variable/CMAKE_UNITY_BUILD_UNIQUE_ID.rst @@ -0,0 +1,6 @@ +CMAKE_UNITY_BUILD_UNIQUE_ID +--------------------------- + +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. |