mirror of
https://github.com/albfan/miraclecast.git
synced 2025-03-09 23:38:56 +00:00
Merge pull request #108 from foamboarder/master
CMake: correctly set file permissions
This commit is contained in:
commit
c412cdb846
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,11 @@
|
||||||
|
|
||||||
########### install files ###############
|
########### install files ###############
|
||||||
|
|
||||||
install(FILES miracle-gst gstplayer uibc-viewer DESTINATION bin)
|
install(
|
||||||
|
FILES miracle-gst gstplayer uibc-viewer
|
||||||
|
PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_WRITE GROUP_EXECUTE WORLD_READ WORLD_EXECUTE
|
||||||
|
DESTINATION bin
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue