1
0
Fork 0
mirror of https://github.com/albfan/miraclecast.git synced 2025-02-15 04:42:06 +00:00

add install() for demo/miracle-wfdctl

This commit is contained in:
Derek Dai 2017-03-24 01:20:51 +08:00
parent b2fae367bf
commit f0ca22c7a0
No known key found for this signature in database
GPG key ID: E109CC97553EF009

View file

@ -93,3 +93,5 @@ add_executable(miracle-wfdctl wfdctl
target_link_libraries(miracle-wfdctl ${GIO2_LIBRARIES}
${GDK3_LIBRARIES})
install(TARGETS miracle-wfdctl DESTINATION bin)