mirror of
https://github.com/albfan/miraclecast.git
synced 2025-02-12 19:01:55 +00:00
12 lines
219 B
CMake
12 lines
219 B
CMake
|
|
########### install files ###############
|
|
|
|
install(
|
|
PROGRAMS miracle-gst gstplayer uibc-viewer
|
|
DESTINATION bin
|
|
)
|
|
|
|
INSTALL(
|
|
FILES org.freedesktop.miracle.conf
|
|
DESTINATION /etc/dbus-1/system.d
|
|
)
|