if (TINYB_FOUND)
  set (libname "2jciebu01-ble")
  set (libdescription "Omron BLE Environment Sensor")
  set (module_src "2jciebu01_ble.cxx")
  set (module_hpp "2jciebu01_ble.hpp")

  set (reqlibname "libtinyb")
  upm_module_init(2jciebu01-usb ${TINYB_LIBRARIES})
  target_include_directories(${libname} PUBLIC ${TINYB_INCLUDE_DIRS})
endif()