3 lines
107 B
CMake
Raw Normal View History

2022-11-16 20:14:03 +01:00
file(TOUCH ${CMAKE_CURRENT_BINARY_DIR}/a)
file(CHMOD ${CMAKE_CURRENT_BINARY_DIR}/a PERMISSIONS OWNER_READ)