FILES-PERMISSIONS.cmake 84 B

12345
  1. install(
  2. FILES empty.c
  3. DESTINATION src
  4. PERMISSIONS OWNER_READ OWNER_WRITE
  5. )