mirror of
https://github.com/albfan/miraclecast.git
synced 2025-02-12 20:51:55 +00:00
9 lines
184 B
CMake
9 lines
184 B
CMake
|
|
########### install files ###############
|
|
|
|
install(FILES miracle-gst.sh DESTINATION bin)
|
|
|
|
INSTALL(
|
|
FILES org.freedesktop.miracle.conf
|
|
DESTINATION /etc/dbus-1/system.d
|
|
)
|