CMake/Tests/CMakeTests/File-MD5-Works.cmake

3 lines
78 B
CMake

file(MD5 ${CMAKE_CURRENT_LIST_DIR}/File-HASH-Input.txt md5)
message("${md5}")