VTK
9.2.6
|
This module contains the vtk_hash_source function which may be used to generate a hash from a file and place that in a generated header. More...
Go to the source code of this file.
Functions | |
function | vtk_hash_source () |
Generate a header containing the hash of a file. |
This module contains the vtk_hash_source function which may be used to generate a hash from a file and place that in a generated header.
Definition in file vtkHashSource.cmake.
function vtk_hash_source | ( | ) |
Generate a header containing the hash of a file.
Add a rule to turn a file into a MD5 hash and place that in a C string.
The only required variable is INPUT.
Definition at line 35 of file vtkHashSource.cmake.