summaryrefslogtreecommitdiffstats
path: root/Source/cmCheckCustomOutputs.h
Commit message (Collapse)AuthorAgeFilesLines
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-2/+2
| | | | | Run the `clang-format.bash` script to update our C and C++ code to a new include order `.clang-format`. Use `clang-format` version 6.0.
* add_custom_target: Add output checks for custom target byproductsDaniel Eiband2019-09-231-0/+18
Use the output checks for byproducts of add_custom_command also for byproducts of add_custom_target.