https://github.com/Kitware/CMake
Revision e461a136c1b0ca3e7af8bce442e1315ed9a89a45 authored by Sebastian Holtermann on 12 May 2018, 08:51:20 UTC, committed by Brad King on 14 May 2018, 13:21:14 UTC
For CMP0058 record that rcc info files are generated by CMake.

Fixes: #17985
1 parent fbe6cd1
Raw File
Tip revision: e461a136c1b0ca3e7af8bce442e1315ed9a89a45 authored by Sebastian Holtermann on 12 May 2018, 08:51:20 UTC
Autogen: Register generated dependency files
Tip revision: e461a13
.clang-format
---
# This configuration requires clang-format 3.8 or higher.
BasedOnStyle: Mozilla
AlignOperands: false
AlwaysBreakAfterReturnType: None
AlwaysBreakAfterDefinitionReturnType: None
ColumnLimit: 79
...
back to top