What's a roadmap for building TensorFlow Lite for QNX/X86 target?

Hello, I’m trying to build TensorFlow Lite for QNX/x86 with CMake. Definatelly, there’s no option for bulding on QNX target in CMakeLists, so the question is what are the minimal packages requirements needed to cross-compile tflite (w/o acceleration) on qnx platform? Any relevant advice is appreciated.

Please check linux instructions - Quickstart for Linux-based devices with Python  |  TensorFlow Lite or cmake instruction on 32 bit for cross compiling Build TensorFlow Lite with CMake. Thank you