install new HCI beacon module on Linux and *BSD

This commit is contained in:
F. Duncanh
2026-03-15 01:01:07 -04:00
parent 4ed98a8c61
commit e4a47c38e8

View File

@@ -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)