cmake/Tests/RunCMake/install/install_script.cmake

6 lines
135 B
CMake
Raw Normal View History

2018-10-28 12:09:07 +01:00
function(write_empty_file FILENAME)
file(WRITE "${CMAKE_INSTALL_PREFIX}/${FILENAME}" "")
endfunction()
write_empty_file(empty1.txt)