1
0
Fork 0
mirror of https://github.com/albfan/miraclecast.git synced 2025-02-13 07:11:55 +00:00
miraclecast/res/CMakeLists.txt

15 lines
310 B
Text
Raw Normal View History

2018-09-21 10:39:17 +00:00
INSTALL(
PROGRAMS miracle-gst gstplayer uibc-viewer
DESTINATION bin
)
2015-03-08 23:06:19 +00:00
2016-08-22 01:08:40 +00:00
INSTALL(
FILES org.freedesktop.miracle.conf
2017-04-15 20:35:43 +00:00
DESTINATION ${SYSCONFDIR}/dbus-1/system.d
2016-08-22 01:08:40 +00:00
)
2018-09-21 10:39:17 +00:00
INSTALL(
FILES miracle-wifid miracle-sinkctl miracle-wifictl
DESTINATION ${DATADIR}/bash-completion/completions
)