mirror of
https://github.com/morgan9e/UxPlay
synced 2026-04-13 15:54:09 +09:00
install new HCI beacon module on Linux and *BSD
This commit is contained in:
@@ -94,6 +94,12 @@ install( FILES Bluetooth_LE_beacon/uxplay_beacon_module_winrt.py
|
||||
PERMISSIONS OWNER_WRITE OWNER_READ GROUP_READ WORLD_READ)
|
||||
endif()
|
||||
|
||||
if (UNIX AND NOT APPLE)
|
||||
install( FILES Bluetooth_LE_beacon/uxplay_beacon_module_HCI.py
|
||||
DESTINATION bin
|
||||
PERMISSIONS OWNER_WRITE OWNER_READ GROUP_READ WORLD_READ)
|
||||
endif()
|
||||
|
||||
|
||||
# uninstall target
|
||||
if(NOT TARGET uninstall)
|
||||
|
||||
Reference in New Issue
Block a user