mirror of
https://github.com/albfan/miraclecast.git
synced 2025-02-15 04:42:06 +00:00
During install, PROGRAMS (instead of FILES) will set execute permissions for all targets.
14 lines
222 B
CMake
14 lines
222 B
CMake
|
|
########### install files ###############
|
|
|
|
install(
|
|
PROGRAMS miracle-gst gstplayer uibc-viewer
|
|
DESTINATION bin
|
|
)
|
|
|
|
|
|
|
|
#original Makefile.am contents follow:
|
|
|
|
#bin_SCRIPTS = miracle-gst.sh
|
|
#EXTRA_DIST = wpa.conf
|