mirror of
https://github.com/albfan/miraclecast.git
synced 2025-02-13 15:51:53 +00:00
When building using CMake, the display would not appear because the files did not have execute permissions.
15 lines
334 B
CMake
15 lines
334 B
CMake
|
|
########### 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
|
|
DESTINATION bin
|
|
)
|
|
|
|
|
|
|
|
#original Makefile.am contents follow:
|
|
|
|
#bin_SCRIPTS = miracle-gst.sh
|
|
#EXTRA_DIST = wpa.conf
|