mirror of
https://github.com/albfan/miraclecast.git
synced 2025-02-12 19:11:58 +00:00
CMake: use PROGRAMS during install
During install, PROGRAMS (instead of FILES) will set execute permissions for all targets.
This commit is contained in:
parent
b6400aa14a
commit
59ea55c28c
1 changed files with 1 additions and 2 deletions
|
@ -2,8 +2,7 @@
|
|||
########### install files ###############
|
||||
|
||||
install(
|
||||
FILES miracle-gst gstplayer uibc-viewer
|
||||
PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_WRITE GROUP_EXECUTE WORLD_READ WORLD_EXECUTE
|
||||
PROGRAMS miracle-gst gstplayer uibc-viewer
|
||||
DESTINATION bin
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue