diff options
Diffstat (limited to 'daemon/CMakeLists.txt')
| -rw-r--r-- | daemon/CMakeLists.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/daemon/CMakeLists.txt b/daemon/CMakeLists.txt index 8a5c417..52e33bc 100644 --- a/daemon/CMakeLists.txt +++ b/daemon/CMakeLists.txt | |||
| @@ -11,3 +11,9 @@ add_executable(usbmuxd main.c usb-linux.c log.c ../common/utils.c device.c clien | |||
| 11 | target_link_libraries(usbmuxd ${LIBS}) | 11 | target_link_libraries(usbmuxd ${LIBS}) |
| 12 | 12 | ||
| 13 | install(TARGETS usbmuxd RUNTIME DESTINATION sbin) | 13 | install(TARGETS usbmuxd RUNTIME DESTINATION sbin) |
| 14 | |||
| 15 | message(" | ||
| 16 | * REMINDER | ||
| 17 | * Remember to add a user named 'usbmux' with USB access permissions | ||
| 18 | * for the udev hotplugging feature to work out of the box. | ||
| 19 | ") | ||
