UNPKG

webbluetooth

Version:

Node.js implementation of the Web Bluetooth Specification

8 lines (5 loc) 218 B
cmake_minimum_required(VERSION 3.21) project(EXAMPLE_BLE_NUS) message("-- [INFO] Building Example") add_executable(example_ble_nus ble_nus.cpp) target_link_libraries(example_ble_nus simplebluez::simplebluez pthread)