mirror of
https://github.com/albfan/miraclecast.git
synced 2025-02-15 04:42:06 +00:00
12 lines
295 B
CMake
12 lines
295 B
CMake
|
|
########### install files ###############
|
|
|
|
install(
|
|
PROGRAMS miracle-gst gstplayer uibc-viewer miracle-stop-network-manager miracle-utils.sh miracle-start-network-manager
|
|
DESTINATION bin
|
|
)
|
|
|
|
INSTALL(
|
|
FILES org.freedesktop.miracle.conf
|
|
DESTINATION /etc/dbus-1/system.d
|
|
)
|