mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 13:51:33 -06:00
6 lines
84 B
CMake
6 lines
84 B
CMake
install(
|
|
FILES empty.c
|
|
DESTINATION src
|
|
PERMISSIONS OWNER_READ OWNER_WRITE
|
|
)
|