Compiling the plugin:
  cmake -H. -Bbuild -DCMAKE_BUILD_TYPE=Release
  cmake --build build --config release

Using the plugin:
  The plugin is dependent on libhailort which is included in the `hailort/lib/` directory.
  Use LD_LIBRARY_PATH to specify the location of the libhailort library.
